Fix of SLA support gizmos:

Fix of the Z offset.
Background processing is now not re-triggered during dragging
of a support point.
This commit is contained in:
bubnikv 2018-11-26 19:22:16 +01:00
parent 9a20578daf
commit 3fa099bd1a
3 changed files with 24 additions and 12 deletions

View file

@ -4879,6 +4879,10 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
do_rotate();
break;
}
case Gizmos::SlaSupports:
// End of mouse dragging, update the SLAPrint/SLAPrintObjects with the new support points.
post_event(SimpleEvent(EVT_GLCANVAS_SCHEDULE_BACKGROUND_PROCESS));
break;
default:
break;
}