Columns: Attribute objects properly delegate to Column::setStyle to validate formats

This commit is contained in:
Paul Beckingham
2017-01-07 11:04:08 -05:00
parent e871976bb9
commit ebd6273c86
8 changed files with 8 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ ColumnRecur::ColumnRecur ()
// Note that you can not determine which gets called first.
void ColumnRecur::setStyle (const std::string& value)
{
_style = value;
Column::setStyle (value);
if (_style == "indicator" && _label == STRING_COLUMN_LABEL_RECUR)
_label = _label.substr (0, context.config.get ("recurrence.indicator").length ());