mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
FIX: fix the printable state not correct issue after auto-arrange
github issue 1858 Change-Id: Ica32c527b30d75f0e3019a633387168bd9d1c5ee
This commit is contained in:
parent
4bd1ab4e3c
commit
0d656621bf
1 changed files with 2 additions and 2 deletions
|
@ -5617,10 +5617,10 @@ void ObjectList::reload_all_plates(bool notify_partplate)
|
|||
|
||||
m_prevent_canvas_selection_update = false;
|
||||
|
||||
// update printable states on canvas
|
||||
wxGetApp().plater()->get_view3D_canvas3D()->update_instance_printable_state_for_objects(obj_idxs);
|
||||
// update scene
|
||||
wxGetApp().plater()->update();
|
||||
// update printable states on canvas
|
||||
wxGetApp().plater()->get_view3D_canvas3D()->update_instance_printable_state_for_objects(obj_idxs);
|
||||
}
|
||||
|
||||
void ObjectList::on_plate_selected(int plate_index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue