mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColMask: Now uses ::renderStringRight
This commit is contained in:
parent
87a35d4dec
commit
281366e38b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void ColumnIMask::render (
|
|||
Color& color)
|
||||
{
|
||||
if (task.has (_name))
|
||||
lines.push_back (color.colorize (rightJustify (task.get ("imask"), width)));
|
||||
renderStringRight (lines, width, color, task.get ("imask"));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue