mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 22:25:54 +08:00
Measuring - Fixed crash when clicking on Delete All command while the Gizmo measure is active
This commit is contained in:
parent
cf11101d16
commit
a62a167c1d
@ -3024,6 +3024,9 @@ void Plater::priv::delete_all_objects_from_model()
|
||||
gcode_result.reset();
|
||||
|
||||
view3D->get_canvas3d()->reset_sequential_print_clearance();
|
||||
#if ENABLE_MEASURE_GIZMO
|
||||
view3D->get_canvas3d()->reset_all_gizmos();
|
||||
#endif // ENABLE_MEASURE_GIZMO
|
||||
|
||||
m_worker.cancel_all();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user