Columns: Attribute objects properly delegate to Column::setStyle to validate formats
This commit is contained in:
@@ -47,7 +47,7 @@ ColumnStart::ColumnStart ()
|
||||
// Note that you can not determine which gets called first.
|
||||
void ColumnStart::setStyle (const std::string& value)
|
||||
{
|
||||
_style = value;
|
||||
Column::setStyle (value);
|
||||
|
||||
if (_style == "active" && _label == STRING_COLUMN_LABEL_STARTED)
|
||||
_label = STRING_COLUMN_LABEL_ACTIVE;
|
||||
|
||||
Reference in New Issue
Block a user