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:
Rémi Verschelde
2024-01-04 16:38:52 +01:00
6 changed files with 32 additions and 11 deletions

View File

@ -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();