You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Allow searching with keyboard input by default in PopupMenu
See discussion in https://github.com/godotengine/godot-proposals/issues/43.
This commit is contained in:
@@ -1442,7 +1442,7 @@ PopupMenu::PopupMenu() {
|
||||
during_grabbed_click = false;
|
||||
invalidated_click = false;
|
||||
|
||||
allow_search = false;
|
||||
allow_search = true;
|
||||
search_time_msec = 0;
|
||||
search_string = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user