mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Opens the menu with the same parent on mouse focus
This commit is contained in:
@@ -2972,7 +2972,6 @@ Control::Control() {
|
||||
data.SI = NULL;
|
||||
data.MI = NULL;
|
||||
data.RI = NULL;
|
||||
data.modal = false;
|
||||
data.theme_owner = NULL;
|
||||
data.modal_exclusive = false;
|
||||
data.default_cursor = CURSOR_ARROW;
|
||||
|
||||
Reference in New Issue
Block a user