diff options
author | fox <12120644+foxydevloper@users.noreply.github.com> | 2021-05-13 20:13:17 -0400 |
---|---|---|
committer | fox <12120644+foxydevloper@users.noreply.github.com> | 2021-05-13 20:13:17 -0400 |
commit | 22e2e4334ef4c2e0b085fafe74f899e52d1577d4 (patch) | |
tree | aa36fdf9009b9a7dce5ab3d0d83ad8ec6e3818f6 /editor/filesystem_dock.h | |
parent | 66f40f74c33a62bde973beaa41018377319c5d01 (diff) | |
download | redot-engine-22e2e4334ef4c2e0b085fafe74f899e52d1577d4.tar.gz |
Make shortcut for focusing 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(); |