ColMask: Now uses ::renderStringRight

This commit is contained in:
Paul Beckingham 2015-10-31 16:54:21 -04:00
parent 87a35d4dec
commit 281366e38b

View file

@ -73,7 +73,7 @@ void ColumnIMask::render (
Color& color) Color& color)
{ {
if (task.has (_name)) if (task.has (_name))
lines.push_back (color.colorize (rightJustify (task.get ("imask"), width))); renderStringRight (lines, width, color, task.get ("imask"));
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////