ColID: Now uses ::renderStringRight
This commit is contained in:
@@ -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, "-");
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user