FIX: adjust the camera view of loading a .gcode.3mf file(STUDIO-2598)

Change-Id: I42e82e6883ac613c3683deb2c9a465618b0cb6ab
This commit is contained in:
liz.li 2023-05-05 15:07:01 +08:00 committed by Lane.Wei
parent 000fab5261
commit edba4d18a6

View file

@ -7724,6 +7724,9 @@ void Plater::load_project(wxString const& filename2,
p->camera.requires_zoom_to_plate = REQUIRES_ZOOM_TO_ALL_PLATE;
wxGetApp().mainframe->select_tab(MainFrame::tp3DEditor);
}
else {
p->partplate_list.select_plate_view();
}
if (previous_gcode)
collapse_sidebar(false);