mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +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)
|
if (task.id)
|
||||||
renderInteger (lines, width, color, task.id);
|
renderInteger (lines, width, color, task.id);
|
||||||
else
|
else
|
||||||
lines.push_back (color.colorize (rightJustify ("-", width)));
|
renderStringRight (lines, width, color, "-");
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue