Browse Source

Merge pull request #542 from marynate/PR-fix-resource-name-update

Fixed resource name not updated when saved in resurce dock
reduz 11 years ago
parent
commit
ae5b064427
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/editor/resources_dock.cpp

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