Follow-up of 9548dfd88f
-> an hopefully smarter fix
This commit is contained in:
parent
9548dfd88f
commit
4a3d7cfb0f
1 changed files with 1 additions and 1 deletions
|
@ -2824,7 +2824,7 @@ void ObjectList::update_selections_on_canvas()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
mode = Selection::Instance;
|
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);
|
std::vector<unsigned int> idxs = selection.get_volume_idxs_from_object(obj_idx);
|
||||||
volume_idxs.insert(volume_idxs.end(), idxs.begin(), idxs.end());
|
volume_idxs.insert(volume_idxs.end(), idxs.begin(), idxs.end());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue