Follow-up of 15bd82e
- Fixed detection of out of printbed after copy and paste
This commit is contained in:
parent
1619152350
commit
e62c251898
@ -4010,8 +4010,10 @@ void ObjectList::update_selections_on_canvas()
|
|||||||
selection.add_volumes(mode, volume_idxs, single_selection);
|
selection.add_volumes(mode, volume_idxs, single_selection);
|
||||||
}
|
}
|
||||||
|
|
||||||
wxGetApp().plater()->canvas3D()->update_gizmos_on_off_state();
|
GLCanvas3D* canvas = wxGetApp().plater()->canvas3D();
|
||||||
wxGetApp().plater()->canvas3D()->render();
|
canvas->update_gizmos_on_off_state();
|
||||||
|
canvas->check_volumes_outside_state();
|
||||||
|
canvas->render();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ObjectList::select_item(const wxDataViewItem& item)
|
void ObjectList::select_item(const wxDataViewItem& item)
|
||||||
|
Loading…
Reference in New Issue
Block a user