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

@ -241,7 +241,7 @@ void AboutDialog::drawDialog() {
while (*str && *str == ' ')
str++;
if (*str)
if (*str)
g_gui.theme()->drawText(Common::Rect(_x + _xOff, y, _x + _w - _xOff, y + g_gui.theme()->getFontHeight()), str, state, align, ThemeEngine::kTextInversionNone, 0, false, ThemeEngine::kFontStyleBold, ThemeEngine::kFontColorNormal, true, _textDrawableArea);
y += _lineHeight;
}

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

View File

@ -28,7 +28,7 @@
#include "common/array.h"
namespace GUI {
enum {
kTabForwards = 1,
kTabBackwards = -1