From 22e2e4334ef4c2e0b085fafe74f899e52d1577d4 Mon Sep 17 00:00:00 2001 From: fox <12120644+foxydevloper@users.noreply.github.com> Date: Thu, 13 May 2021 20:13:17 -0400 Subject: Make shortcut for focusing searchbar in filesystem dock --- editor/filesystem_dock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/filesystem_dock.h') 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(); -- cgit v1.2.3