Merge pull request #49295 from foxydevloper/fix-focus-filter

Fix "Filter Files" shortcut by merging duplicate functions
This commit is contained in:
Rémi Verschelde 2021-06-29 17:23:45 +02:00 committed by GitHub
commit 661d7c01b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 18 deletions

View file

@ -253,7 +253,6 @@ 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();