diff --git a/src/columns/ColStart.cpp b/src/columns/ColStart.cpp index f88f86fac..768168a11 100644 --- a/src/columns/ColStart.cpp +++ b/src/columns/ColStart.cpp @@ -91,10 +91,7 @@ void ColumnStart::render ( if (_style == "active") { if (! task.has ("end")) - lines.push_back ( - color.colorize ( - rightJustify ( - context.config.get ("active.indicator"), width))); + renderStringRight (lines, width, color, context.config.get ("active.indicator")); } else ColumnTypeDate::render (lines, task, width, color);