Remove extra spaces
This commit is contained in:
parent
4ae44dec3e
commit
fb2575b33e
33 changed files with 303 additions and 303 deletions
|
@ -223,7 +223,7 @@ void TextObject::draw() {
|
|||
|
||||
if (y < 0)
|
||||
y = 0;
|
||||
|
||||
|
||||
if (_justify == LJUSTIFY || _justify == NONE)
|
||||
g_driver->drawTextBitmap(_x, height + y, _textObjectHandle[i]);
|
||||
else if (_justify == CENTER) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue