GUI: Remove trailing whitespace

This commit is contained in:
Filippos Karapetis 2014-10-28 15:34:48 +02:00
parent b845d41d16
commit 0d81e522c1
3 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@ void EditTextWidget::drawWidget() {
// Draw the text
adjustOffset();
const Common::Rect &r = Common::Rect(_x + 2 + _leftPadding, _y + 2, _x + _leftPadding + getEditRect().width() + 8, _y + _h);
setTextDrawableArea(r);