浏览代码

Fixed resource name not updated when saved in resurce dock

marynate 11 年之前
父节点
当前提交
ee131f9f05
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;