ColID: Now uses ::renderStringRight

This commit is contained in:
Paul Beckingham 2015-10-31 16:53:50 -04:00
parent 3d832a0d5a
commit 87a35d4dec

View file

@ -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, "-");
}
////////////////////////////////////////////////////////////////////////////////