ColStart: Now uses ::renderStringRight
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user