mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make the buttons in the unified help dialog not steal focus
This commit is contained in:
parent
f673bd017d
commit
4abd90cdff
2 changed files with 11 additions and 24 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue