FIX: fix the printable state not correct issue after auto-arrange

github issue 1858

Change-Id: Ica32c527b30d75f0e3019a633387168bd9d1c5ee
This commit is contained in:
lane.wei 2023-05-26 20:59:10 +08:00 committed by Lane.Wei
parent 4bd1ab4e3c
commit 0d656621bf

View file

@ -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)