Make inspector select the correct resource after making them unique

Make inspector select the correct resource after making them unique
This commit is contained in:
DualMatrix 2018-09-16 01:50:20 +02:00
parent 4547e22393
commit 2996c85c46

View file

@ -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);
}
}
}