mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColID: Uses Column::renderInteger
This commit is contained in:
parent
4837e9aa9d
commit
4c55b8c9af
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void ColumnID::render (
|
|||
Color& color)
|
||||
{
|
||||
if (task.id)
|
||||
lines.push_back (color.colorize (rightJustify (task.id, width)));
|
||||
renderInteger (lines, width, color, task.id);
|
||||
else
|
||||
lines.push_back (color.colorize (rightJustify ("-", width)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue