You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user