Merge pull request #82283 from YeldhamDev/focus_that_search_bar!
Make the search bars in the "Project Settings" dialog grab focus when they appear
This commit is contained in:
@ -95,6 +95,9 @@ class ProjectSettingsEditor : public AcceptDialog {
|
||||
void _add_setting();
|
||||
void _delete_setting();
|
||||
|
||||
void _tabs_tab_changed(int p_tab);
|
||||
void _focus_current_search_box();
|
||||
|
||||
void _editor_restart_request();
|
||||
void _editor_restart();
|
||||
void _editor_restart_close();
|
||||
|
||||
Reference in New Issue
Block a user