ColUDA: Added _modifiable

This commit is contained in:
Paul Beckingham 2016-12-31 10:40:11 -05:00
parent b8641d7d5e
commit a2684a6a12

View file

@ -40,9 +40,10 @@ extern Context context;
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
ColumnUDAString::ColumnUDAString () ColumnUDAString::ColumnUDAString ()
{ {
_name = "<uda>"; _name = "<uda>"; // Gets overwritten at runtime.
_style = "default"; _style = "default";
_label = ""; _label = "";
_modifiable = true;
_uda = true; _uda = true;
_hyphenate = true; _hyphenate = true;
_styles = {_style, "indicator"}; _styles = {_style, "indicator"};