mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
Merge pull request #32337 from CorattiS86/fixing_#32262
Fixed Show in file system should clear current search
This commit is contained in:
commit
7ce5233d24
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user