diff --git a/tools/editor/resources_dock.cpp b/tools/editor/resources_dock.cpp index eb2e526d713..8542058f47f 100644 --- a/tools/editor/resources_dock.cpp +++ b/tools/editor/resources_dock.cpp @@ -224,6 +224,7 @@ void ResourcesDock::_file_action(const String& p_path) { save_resource(p_path,res); + _update_name(ti); } break;