Fixed Show in file system should clear current search
This commit is contained in:
Rémi Verschelde 2019-09-26 07:56:01 +02:00 committed by GitHub
commit 7ce5233d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}