diff options
author | Jaromir Wysoglad | 2019-08-13 00:14:24 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-01 22:47:55 +0300 |
commit | c2c44582537264c7fe0fe55ba456e54b405d0678 (patch) | |
tree | 10fc613ea0a792c41688080d1218c582b2088435 /gui/widgets | |
parent | b1bffaba8682af2870d4ff019bedbceb72440707 (diff) | |
download | scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.tar.gz scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.tar.bz2 scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.zip |
JANITORIAL: Remove some trailing whitespaces
Diffstat (limited to 'gui/widgets')
-rw-r--r-- | gui/widgets/popup.cpp | 2 | ||||
-rw-r--r-- | gui/widgets/tab.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/widgets/popup.cpp b/gui/widgets/popup.cpp index 2fce6e126f..970e35ab23 100644 --- a/gui/widgets/popup.cpp +++ b/gui/widgets/popup.cpp @@ -55,7 +55,7 @@ public: void handleMouseUp(int x, int y, int button, int clickCount) override; void handleMouseWheel(int x, int y, int direction) override; // Scroll through entries with scroll wheel void handleMouseMoved(int x, int y, int button) override; // Redraw selections depending on mouse position - void handleMouseLeft(int button) override; + void handleMouseLeft(int button) override; void handleKeyDown(Common::KeyState state) override; // Scroll through entries with arrow keys etc. protected: diff --git a/gui/widgets/tab.cpp b/gui/widgets/tab.cpp index 103f57291a..8c136ba467 100644 --- a/gui/widgets/tab.cpp +++ b/gui/widgets/tab.cpp @@ -237,7 +237,7 @@ void TabWidget::handleMouseMoved(int x, int y, int button) { _lastRead = tabID; } } - else + else _lastRead = -1; } |