From f201f713ccaa1a20985238e95beb733d88a3f86b Mon Sep 17 00:00:00 2001 From: edi271 Date: Thu, 21 Dec 2023 15:57:25 +0100 Subject: [PATCH] [TD] Solve issue in MenuBar --- src/Mod/TechDraw/Gui/Workbench.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Mod/TechDraw/Gui/Workbench.cpp b/src/Mod/TechDraw/Gui/Workbench.cpp index ecbc67618b..896384243d 100644 --- a/src/Mod/TechDraw/Gui/Workbench.cpp +++ b/src/Mod/TechDraw/Gui/Workbench.cpp @@ -126,8 +126,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const *toolcenter << "TechDraw_ExtensionThreadBoltSide"; *toolcenter << "TechDraw_ExtensionThreadBoltBottom"; *toolcenter << "Separator"; - *toolcenter << "TechDraw_CommandVertexCreationGroup"; - //*toolcenter << "TechDraw_ExtensionVertexAtIntersection"; + *toolcenter << "TechDraw_ExtensionVertexAtIntersection"; + *toolcenter << "TechDraw_CommandAddOffsetVertex"; + *toolcenter << "Separator"; *toolcenter << "TechDraw_ExtensionDrawCosmCircle"; *toolcenter << "TechDraw_ExtensionDrawCosmArc"; *toolcenter << "TechDraw_ExtensionDrawCosmCircle3Points";