ColStatus: Now uses ::renderStringLeft

This commit is contained in:
Paul Beckingham 2015-10-31 16:15:24 -04:00
parent 43cdb0fa3a
commit 83fa5a6e55

View file

@ -115,7 +115,7 @@ void ColumnStatus::render (
else if (status == Task::recurring) value = STRING_COLUMN_LABEL_STAT_R; else if (status == Task::recurring) value = STRING_COLUMN_LABEL_STAT_R;
} }
lines.push_back (color.colorize (leftJustify (value, width))); renderStringLeft (lines, width, color, value);
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////