ColProject: Now uses ::renderStringLeft

This commit is contained in:
Paul Beckingham 2015-10-31 16:54:44 -04:00
parent 281366e38b
commit 99f6e6d634

View file

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