Merge remote-tracking branch 'origin/master' into ys_printable_property
This commit is contained in:
commit
885da35544
45 changed files with 1533 additions and 619 deletions
src/slic3r/GUI
|
@ -2843,7 +2843,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…
Add table
Add a link
Reference in a new issue