浏览代码

Merge pull request #32337 from CorattiS86/fixing_#32262

Fixed Show in file system should clear current search
Rémi Verschelde 6 年之前
父节点
当前提交
7ce5233d24
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      editor/filesystem_dock.cpp

+ 1 - 0
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);
 }