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