mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
ColStatus: Now uses ::renderStringLeft
This commit is contained in:
parent
43cdb0fa3a
commit
83fa5a6e55
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void ColumnStatus::render (
|
|||
else if (status == Task::recurring) value = STRING_COLUMN_LABEL_STAT_R;
|
||||
}
|
||||
|
||||
lines.push_back (color.colorize (leftJustify (value, width)));
|
||||
renderStringLeft (lines, width, color, value);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue