From 1a8aaa7d2e40ec949efdddf4b330e1849cd3a0cf Mon Sep 17 00:00:00 2001 From: Paddle Date: Fri, 3 Nov 2023 18:18:35 +0100 Subject: [PATCH] Redraw on construction method changed. Avoid a small issue where you had to move mouse first before being able to rechange the methode by the M key. --- src/Mod/Sketcher/Gui/DrawSketchController.h | 2 ++ 1 file changed, 2 insertions(+) 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); } //@}