mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Follow-up of a7318dbe19 -> Do not disable other instances when an instance is selected
This commit is contained in:
@@ -1151,9 +1151,9 @@ void Selection::update_type()
|
||||
m_type = MultipleVolume;
|
||||
else if (modifiers_count == (unsigned int)m_list.size())
|
||||
m_type = MultipleModifier;
|
||||
}
|
||||
|
||||
requires_disable = true;
|
||||
requires_disable = true;
|
||||
}
|
||||
}
|
||||
else if ((selected_instances_count > 1) && (selected_instances_count * volumes_count == (unsigned int)m_list.size()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user