ColUDA: Added _modifiable
This commit is contained in:
@@ -40,12 +40,13 @@ extern Context context;
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnUDAString::ColumnUDAString ()
|
ColumnUDAString::ColumnUDAString ()
|
||||||
{
|
{
|
||||||
_name = "<uda>";
|
_name = "<uda>"; // Gets overwritten at runtime.
|
||||||
_style = "default";
|
_style = "default";
|
||||||
_label = "";
|
_label = "";
|
||||||
_uda = true;
|
_modifiable = true;
|
||||||
_hyphenate = true;
|
_uda = true;
|
||||||
_styles = {_style, "indicator"};
|
_hyphenate = true;
|
||||||
|
_styles = {_style, "indicator"};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user