mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColProject: Now uses ::renderStringLeft
This commit is contained in:
parent
281366e38b
commit
99f6e6d634
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void ColumnProject::render (
|
|||
wrapText (raw, project, width, _hyphenate);
|
||||
|
||||
for (auto& i : raw)
|
||||
lines.push_back (color.colorize (leftJustify (i, width)));
|
||||
renderStringLeft (lines, width, color, i);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue