mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Fix updating of gizmos when instances are added
Gizmos were in fact updated after an instance was added, but before it was selected
This commit is contained in:
@@ -2771,6 +2771,7 @@ void ObjectList::delete_all_objects_from_list()
|
||||
void ObjectList::increase_object_instances(const size_t obj_idx, const size_t num)
|
||||
{
|
||||
select_item(m_objects_model->AddInstanceChild(m_objects_model->GetItemById(obj_idx), num));
|
||||
selection_changed();
|
||||
}
|
||||
|
||||
void ObjectList::decrease_object_instances(const size_t obj_idx, const size_t num)
|
||||
|
||||
Reference in New Issue
Block a user