diff --git a/src/Mod/Sketcher/Gui/DrawSketchController.h b/src/Mod/Sketcher/Gui/DrawSketchController.h index 200fa2eea5..2b5b8ec89d 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchController.h +++ b/src/Mod/Sketcher/Gui/DrawSketchController.h @@ -248,6 +248,8 @@ public: handler->updateCursor(); handler->reset(); // reset of handler to restart. + + handler->mouseMove(prevCursorPosition); } //@}