diff options
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/resources_dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/resources_dock.cpp b/tools/editor/resources_dock.cpp index d0284056bb..a05fe425b3 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; |