From d7b2ecacffa3f07c874b459955f5378daa2dad95 Mon Sep 17 00:00:00 2001 From: Stefano Coratti Date: Wed, 25 Sep 2019 13:14:45 +0200 Subject: Fixed Show in file system should clear current search --- editor/filesystem_dock.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor') diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 426ea8f196..b91847097d 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -477,6 +477,7 @@ void FileSystemDock::_navigate_to_path(const String &p_path, bool p_select_in_fa } void FileSystemDock::navigate_to_path(const String &p_path) { + file_list_search_box->clear(); _navigate_to_path(p_path); } -- cgit v1.2.3