mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: adjust the camera view of loading a .gcode.3mf file(STUDIO-2598)
Change-Id: I42e82e6883ac613c3683deb2c9a465618b0cb6ab
This commit is contained in:
parent
000fab5261
commit
edba4d18a6
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue