diff options
author | DualMatrix <piet.goris@gmail.com> | 2018-09-16 01:50:20 +0200 |
---|---|---|
committer | DualMatrix <piet.goris@gmail.com> | 2018-09-16 01:50:20 +0200 |
commit | 2996c85c4667a057d4ac1f2f662b2ac50bb645ef (patch) | |
tree | cdc533e57099a78e33bd9d5c6bda758bb023ec2c | |
parent | 4547e223933d1c1b24a526b3d632a2f96cdd6c8b (diff) |
Make inspector select the correct resource after making them unique
Make inspector select the correct resource after making them unique
-rw-r--r-- | editor/inspector_dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/inspector_dock.cpp b/editor/inspector_dock.cpp index 5ab764fb15..485095de5a 100644 --- a/editor/inspector_dock.cpp +++ b/editor/inspector_dock.cpp @@ -104,6 +104,7 @@ void InspectorDock::_menu_option(int p_option) { res = duplicates[res]; current->set(E->get().name, res); + editor->get_inspector()->update_property(E->get().name); } } } |