ColIMask
- Now uses the standard type 'numeric', instead of 'number'.
This commit is contained in:
@@ -37,7 +37,7 @@ extern Context context;
|
|||||||
ColumnIMask::ColumnIMask ()
|
ColumnIMask::ColumnIMask ()
|
||||||
{
|
{
|
||||||
_name = "imask";
|
_name = "imask";
|
||||||
_type = "number";
|
_type = "numeric";
|
||||||
_style = "number";
|
_style = "number";
|
||||||
_label = STRING_COLUMN_LABEL_MASK_IDX;
|
_label = STRING_COLUMN_LABEL_MASK_IDX;
|
||||||
_modifiable = false;
|
_modifiable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user