From d2bbd78c671cd704b24a256c56bf6338b1acf803 Mon Sep 17 00:00:00 2001 From: wandererfan Date: Mon, 3 Nov 2025 15:53:58 -0500 Subject: [PATCH] [TD]clear selection affects vertex display - clearing the selection here causes the new vertex to not be displayed --- src/Mod/TechDraw/Gui/CommandAnnotate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/TechDraw/Gui/CommandAnnotate.cpp b/src/Mod/TechDraw/Gui/CommandAnnotate.cpp index 10a97eb9bc..010ef98ada 100644 --- a/src/Mod/TechDraw/Gui/CommandAnnotate.cpp +++ b/src/Mod/TechDraw/Gui/CommandAnnotate.cpp @@ -231,7 +231,6 @@ void CmdTechDrawCosmeticVertexGroup::activated(int iMsg) Base::Console().message("CMD::CVGrp - invalid iMsg: %d\n", iMsg); }; updateActive(); - Gui::Selection().clearSelection(); } Gui::Action * CmdTechDrawCosmeticVertexGroup::createAction()