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:
zhou.xu 2024-08-20 17:36:10 +08:00 committed by Lane.Wei
parent 53d7c755a7
commit bfa92a5a23
1 changed files with 1 additions and 0 deletions

View File

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