aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/widget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/widget.cpp b/gui/widget.cpp
index 27cae0123d..2d4306d26a 100644
--- a/gui/widget.cpp
+++ b/gui/widget.cpp
@@ -227,6 +227,7 @@ Common::String Widget::cleanupHotkey(const Common::String &label) {
Tooltip::Tooltip(GuiManager *guiManager) : GuiObject(0, 0, 0, 0) {
_guiManager = guiManager;
+ _visible = false;
_maxWidth = -1;
_storedState = 0;
}