mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 04:34:25 +08:00
Follow-up of a7318dbe197d0a05d368865fe169751f07840cd7 -> Do not disable other instances when an instance is selected
This commit is contained in:
parent
edebfe5345
commit
09c7eb1d28
@ -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()))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user