mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 16:31:01 +00:00
Fix for Tooltip calls causing valgrind errors.
svn-id: r49901
This commit is contained in:
parent
408bfa2098
commit
8f962a8fc3
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user