From c7f0b19eaa6ffe1f9750c73d1e6660fe915f4d56 Mon Sep 17 00:00:00 2001 From: Paddle Date: Wed, 8 Nov 2023 13:50:48 +0100 Subject: [PATCH] Remove moveCursorToSketchPoint on init. --- src/Mod/Sketcher/Gui/DrawSketchController.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Mod/Sketcher/Gui/DrawSketchController.h b/src/Mod/Sketcher/Gui/DrawSketchController.h index a0f6ed12e1..3edd8782e6 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchController.h +++ b/src/Mod/Sketcher/Gui/DrawSketchController.h @@ -685,10 +685,6 @@ protected: onViewIndexWithFocus = 0; configureOnViewParameters(); - - if (init) { - handler->moveCursorToSketchPoint(prevCursorPosition); - } } //@}