ColStart: Now uses ::renderStringRight

This commit is contained in:
Paul Beckingham 2015-10-31 16:55:32 -04:00
parent 5c9f1f7b45
commit 410175efd3

View file

@ -91,10 +91,7 @@ void ColumnStart::render (
if (_style == "active") if (_style == "active")
{ {
if (! task.has ("end")) if (! task.has ("end"))
lines.push_back ( renderStringRight (lines, width, color, context.config.get ("active.indicator"));
color.colorize (
rightJustify (
context.config.get ("active.indicator"), width)));
} }
else else
ColumnTypeDate::render (lines, task, width, color); ColumnTypeDate::render (lines, task, width, color);