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