summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorreduz <reduzio@gmail.com>2014-06-29 19:07:33 -0300
committerreduz <reduzio@gmail.com>2014-06-29 19:07:33 -0300
commitae5b064427374eeef64ad9369307c5800ef25bf0 (patch)
tree3730b6433c8e4b2c6cfbc17715758921d851a3dd /tools/editor
parent4dc7b0f3b844921a6248e312f8780d53712e55c0 (diff)
parentee131f9f058e789e71fd8859e210ff3d64d45d30 (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.cpp1
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;