Skip to content

Commit

Permalink
Merge pull request #93533 from jsjtxietian/import-dock
Browse files Browse the repository at this point in the history
Update import dock when selecting resource in resource panel
  • Loading branch information
akien-mga committed Jun 27, 2024
2 parents 51a6bc1 + e22a444 commit 35016d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/filesystem_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,8 @@ void FileSystemDock::navigate_to_path(const String &p_path) {

// Ensure that the FileSystem dock is visible.
EditorDockManager::get_singleton()->focus_dock(this);
import_dock_needs_update = true;
_update_import_dock();
}

void FileSystemDock::_file_list_thumbnail_done(const String &p_path, const Ref<Texture2D> &p_preview, const Ref<Texture2D> &p_small_preview, const Variant &p_udata) {
Expand Down

0 comments on commit 35016d2

Please sign in to comment.