diff options
| author | Bojidar Marinov | 2015-11-13 12:16:55 +0200 |
|---|---|---|
| committer | Bojidar Marinov | 2015-11-13 12:16:55 +0200 |
| commit | bff8b04f522961daa46af217d6dd5514cf875a9d (patch) | |
| tree | 1211b92c86c05df5a0d5625f80fa09b22c1dd389 | |
| parent | 1d7e9c4ba52250db3b0b0fd732e44074252045d2 (diff) | |
| download | godot-bff8b04f522961daa46af217d6dd5514cf875a9d.tar.gz godot-bff8b04f522961daa46af217d6dd5514cf875a9d.tar.zst godot-bff8b04f522961daa46af217d6dd5514cf875a9d.zip | |
Change popup_menu.cpp as proposed in #2011
Closes #2011
| -rw-r--r-- | scene/gui/popup_menu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/popup_menu.cpp b/scene/gui/popup_menu.cpp index 6c21ea639..89354322e 100644 --- a/scene/gui/popup_menu.cpp +++ b/scene/gui/popup_menu.cpp @@ -774,6 +774,7 @@ void PopupMenu::add_separator() { void PopupMenu::clear() { items.clear(); + mouse_over=-1; update(); idcount=0; |
