You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Make the buttons in the unified help dialog not steal focus
This commit is contained in:
@@ -66,10 +66,8 @@ class EditorHelpSearch : public ConfirmationDialog {
|
||||
void _load_settings();
|
||||
void _update_results();
|
||||
|
||||
void _search_box_gui_input(const Ref<InputEvent> &p_ie);
|
||||
void _search_box_gui_input(const Ref<InputEvent> &p_event);
|
||||
void _search_box_text_changed(const String &p_text);
|
||||
void _case_sensitive_button_pressed();
|
||||
void _hierarchy_button_pressed();
|
||||
void _filter_combo_item_selected(int p_option);
|
||||
void _confirmed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user