summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-07-25 11:42:30 +0200
committerGitHub <noreply@github.com>2022-07-25 11:42:30 +0200
commit18596f6b3dd8a3bda04d0367d37f94c579a8a6e7 (patch)
tree981600f2a6f980407d03bb94880d0b38999e7247 /editor
parentd995f127a79683053bde5e9efc7ba27d0fa99e91 (diff)
parent905c43119133ab244d81c06e3e2d14d32dea1e91 (diff)
Merge pull request #63364 from nathanfranke/dep-editor
Diffstat (limited to 'editor')
-rw-r--r--editor/dependency_editor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp
index aa03b7e252..4f89e1b2d1 100644
--- a/editor/dependency_editor.cpp
+++ b/editor/dependency_editor.cpp
@@ -58,6 +58,9 @@ void DependencyEditor::_load_pressed(Object *p_item, int p_cell, int p_button, M
search->set_title(TTR("Search Replacement For:") + " " + replacing.get_file());
+ // Set directory to closest existing directory.
+ search->set_current_dir(replacing.get_base_dir());
+
search->clear_filters();
List<String> ext;
ResourceLoader::get_recognized_extensions_for_type(ti->get_metadata(0), &ext);