GUI: Remove trailing whitespace
This commit is contained in:
parent
b845d41d16
commit
0d81e522c1
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue