mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00: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;
|
m_type = MultipleVolume;
|
||||||
else if (modifiers_count == (unsigned int)m_list.size())
|
else if (modifiers_count == (unsigned int)m_list.size())
|
||||||
m_type = MultipleModifier;
|
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()))
|
else if ((selected_instances_count > 1) && (selected_instances_count * volumes_count == (unsigned int)m_list.size()))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user