mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColID: Now uses ::renderStringRight
This commit is contained in:
parent
3d832a0d5a
commit
87a35d4dec
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ void ColumnID::render (
|
|||
if (task.id)
|
||||
renderInteger (lines, width, color, task.id);
|
||||
else
|
||||
lines.push_back (color.colorize (rightJustify ("-", width)));
|
||||
renderStringRight (lines, width, color, "-");
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue