Merge pull request #22131 from DualMatrix/unique_res

Make inspector select the correct resource after making them unique
This commit is contained in:
Rémi Verschelde 2018-09-20 15:35:23 +02:00 committed by GitHub
commit da48a599a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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