diff options
author | Eugene Sandulenko | 2016-06-01 11:18:17 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-06-01 13:16:12 +0200 |
commit | b590cc2d8fa0dfe0bc0df40afc95ad3f8573e779 (patch) | |
tree | 9fd6768736a0121da7ad9a27d42652dfe6a12722 /gui/predictivedialog.cpp | |
parent | 359ef3de531b14095d1cb06dc4e3b5d2ff30693e (diff) | |
download | scummvm-rg350-b590cc2d8fa0dfe0bc0df40afc95ad3f8573e779.tar.gz scummvm-rg350-b590cc2d8fa0dfe0bc0df40afc95ad3f8573e779.tar.bz2 scummvm-rg350-b590cc2d8fa0dfe0bc0df40afc95ad3f8573e779.zip |
GUI: Cleanup class initialization
Diffstat (limited to 'gui/predictivedialog.cpp')
-rw-r--r-- | gui/predictivedialog.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/predictivedialog.cpp b/gui/predictivedialog.cpp index 63b69a39ea..933667186e 100644 --- a/gui/predictivedialog.cpp +++ b/gui/predictivedialog.cpp @@ -142,6 +142,9 @@ PredictiveDialog::PredictiveDialog() : Dialog("Predictive") { _numMemory = 0; _navigationWithKeys = false; + + _curPressedButton = kNoAct; + _needRefresh = true; } PredictiveDialog::~PredictiveDialog() { |