mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
#4987 - Fixed camera switches back to non-Perspective camera after slice
This commit is contained in:
parent
30fb77b8d4
commit
c8d875bee1
3 changed files with 18 additions and 22 deletions
|
@ -2003,6 +2003,7 @@ Plater::priv::priv(Plater *q, MainFrame *main_frame)
|
|||
#endif // ENABLE_GCODE_VIEWER
|
||||
|
||||
// updates camera type from .ini file
|
||||
camera.enable_update_config_on_type_change(true);
|
||||
camera.set_type(get_config("use_perspective_camera"));
|
||||
|
||||
// Load the 3DConnexion device database.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue