You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Fixed Show in file system should clear current search
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user