FIX:update_plate_trans should use when finish reload_all_plates
jira: STUDIO-7886 Change-Id: I8e439e26ca9de179726b053291ff029ef4b1dd41 (cherry picked from commit aaa46831a79f309b1775300bb0b6ce4060d27b7c)
This commit is contained in:
parent
53d7c755a7
commit
bfa92a5a23
|
@ -5832,6 +5832,7 @@ void ObjectList::reload_all_plates(bool notify_partplate)
|
|||
wxGetApp().plater()->update();
|
||||
// update printable states on canvas
|
||||
wxGetApp().plater()->get_view3D_canvas3D()->update_instance_printable_state_for_objects(obj_idxs);
|
||||
ppl.update_plate_trans(ppl.get_plate_count());
|
||||
}
|
||||
|
||||
void ObjectList::on_plate_selected(int plate_index)
|
||||
|
|
Loading…
Reference in New Issue