parent
eca41c0d11
commit
9e54b1c963
2 changed files with 7 additions and 15 deletions
|
@ -454,7 +454,7 @@ drawString(const Graphics::Font *font, const Common::String &text, const Common:
|
|||
}
|
||||
}
|
||||
|
||||
font->drawString(_activeSurface, text, area.left, offset, area.width(), _fgColor, alignH, deltax, ellipsis);
|
||||
font->drawString(_activeSurface, text, area.left, offset, area.width() - deltax, _fgColor, alignH, deltax, ellipsis);
|
||||
}
|
||||
|
||||
/** LINES **/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue