diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-05-15 09:17:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 09:17:30 +0200 |
commit | df2caeb1b63322d5307c381be8cbe2b2cba3afc0 (patch) | |
tree | e3c8a3d7d4269f4d555d0bc346dadf508c265879 /editor/filesystem_dock.h | |
parent | 6054febddea116a170205547e97a00744ce2801a (diff) | |
parent | 22e2e4334ef4c2e0b085fafe74f899e52d1577d4 (diff) |
Merge pull request #48707 from foxydevloper/filesystem_search_shortcut
Make shortcut focus searchbar in filesystem dock
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 39dc4784b8..8783c402cd 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -253,6 +253,7 @@ private: void _toggle_split_mode(bool p_active); + void _focus_current_search_box(); void _search_changed(const String &p_text, const Control *p_from); MenuButton *_create_file_menu_button(); |