mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 09:21:49 +08:00
Follow-up of 9548dfd88f
-> an hopefully smarter fix
This commit is contained in:
parent
9548dfd88f
commit
4a3d7cfb0f
@ -2824,7 +2824,7 @@ void ObjectList::update_selections_on_canvas()
|
||||
else
|
||||
{
|
||||
mode = Selection::Instance;
|
||||
single_selection = false;
|
||||
single_selection &= (obj_idx != selection.get_object_idx());
|
||||
std::vector<unsigned int> idxs = selection.get_volume_idxs_from_object(obj_idx);
|
||||
volume_idxs.insert(volume_idxs.end(), idxs.begin(), idxs.end());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user