mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
ColStart: Now uses ::renderStringRight
This commit is contained in:
parent
5c9f1f7b45
commit
410175efd3
1 changed files with 1 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue