Measuring - Fixed crash when clicking on Delete All command while the Gizmo measure is active
This commit is contained in:
parent
cf11101d16
commit
a62a167c1d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue