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