Revert UI command change in Sketcher and PartDesign

This commit is contained in:
Max Wilfinger
2024-05-26 21:10:10 +02:00
committed by Chris Hennes
parent 78eb91d8c3
commit 03cab3d1fc
2 changed files with 3 additions and 1 deletions

View File

@@ -551,6 +551,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Separator"
<< datums
<< "PartDesign_CoordinateSystem"
<< "PartDesign_ShapeBinder"
<< "PartDesign_SubShapeBinder"
<< "PartDesign_Clone"
<< "Separator"

View File

@@ -298,7 +298,8 @@ inline void SketcherAddWorkspaceLines<Gui::MenuItem>(Gui::MenuItem& geom)
template<>
inline void SketcherAddWorkspaceLines<Gui::ToolBarItem>(Gui::ToolBarItem& geom)
{
geom << "Sketcher_CompLine";
geom << "Sketcher_CreatePolyline"
<< "Sketcher_CreateLine";
}
template<typename T>