Fixed resource name not updated when saved in resurce dock

This commit is contained in:
marynate 2014-06-23 01:52:54 +08:00
parent e086bccd63
commit ee131f9f05
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ void ResourcesDock::_file_action(const String& p_path) {
save_resource(p_path,res);
_update_name(ti);
} break;