diff options
author | Stefano Coratti <coratti.s86@gmail.com> | 2019-09-25 13:14:45 +0200 |
---|---|---|
committer | Stefano Coratti <coratti.s86@gmail.com> | 2019-09-25 16:07:46 +0200 |
commit | d7b2ecacffa3f07c874b459955f5378daa2dad95 (patch) | |
tree | 0aff2414a33eeb4362dff671fe7167ee9c6e59e2 /editor | |
parent | 076dc9803a8969a96e432a352bc6d4d4ccae3405 (diff) |
Fixed Show in file system should clear current search
Diffstat (limited to 'editor')
-rw-r--r-- | editor/filesystem_dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |