From 2996c85c4667a057d4ac1f2f662b2ac50bb645ef Mon Sep 17 00:00:00 2001 From: DualMatrix Date: Sun, 16 Sep 2018 01:50:20 +0200 Subject: [PATCH] Make inspector select the correct resource after making them unique Make inspector select the correct resource after making them unique --- editor/inspector_dock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/inspector_dock.cpp b/editor/inspector_dock.cpp index 5ab764fb15a..485095de5a2 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); } } }