diff options
author | reduz <reduzio@gmail.com> | 2014-06-29 19:07:33 -0300 |
---|---|---|
committer | reduz <reduzio@gmail.com> | 2014-06-29 19:07:33 -0300 |
commit | ae5b064427374eeef64ad9369307c5800ef25bf0 (patch) | |
tree | 3730b6433c8e4b2c6cfbc17715758921d851a3dd /tools/editor | |
parent | 4dc7b0f3b844921a6248e312f8780d53712e55c0 (diff) | |
parent | ee131f9f058e789e71fd8859e210ff3d64d45d30 (diff) |
Merge pull request #542 from marynate/PR-fix-resource-name-update
Fixed resource name not updated when saved in resurce dock
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; |