Columns: Consistency

This commit is contained in:
Paul Beckingham
2017-01-07 10:46:40 -05:00
parent b0a4a409a6
commit e871976bb9
11 changed files with 3 additions and 14 deletions

View File

@@ -68,7 +68,6 @@ void ColumnRecur::setStyle (const std::string& value)
void ColumnRecur::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
{
minimum = maximum = 0;
if (task.has (_name))
{
if (_style == "default" ||