aboutsummaryrefslogtreecommitdiff
path: root/gui/predictivedialog.h
diff options
context:
space:
mode:
authorOri Avtalion2016-04-13 15:02:33 +0300
committerOri Avtalion2016-04-14 18:37:12 +0300
commite30a94e6ffedf29a6630e04fa2448017fe1c0a75 (patch)
treeb30783509e3cdad8e9b8a417a0a7355ea85772d6 /gui/predictivedialog.h
parent5e4980090198a334b136bcdce16ea6addbe708a2 (diff)
downloadscummvm-rg350-e30a94e6ffedf29a6630e04fa2448017fe1c0a75.tar.gz
scummvm-rg350-e30a94e6ffedf29a6630e04fa2448017fe1c0a75.tar.bz2
scummvm-rg350-e30a94e6ffedf29a6630e04fa2448017fe1c0a75.zip
GUI: Remove 'sticky button' feature
This feature made pressed buttons wait a few moments before returning to an unpressed state. It was half-implemented, and caused several visual bugs. Fixes #7083.
Diffstat (limited to 'gui/predictivedialog.h')
-rw-r--r--gui/predictivedialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/predictivedialog.h b/gui/predictivedialog.h
index 4c167c3efa..1f6bdf84e0 100644
--- a/gui/predictivedialog.h
+++ b/gui/predictivedialog.h
@@ -43,7 +43,6 @@ public:
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
virtual void handleKeyUp(Common::KeyState state);
virtual void handleKeyDown(Common::KeyState state);
- virtual void handleTickle();
const char *getResult() const { return _predictiveResult; }