Sketcher: [skip ci] add create polygon command to sketcher menu

This commit is contained in:
wmayer
2020-02-07 15:28:07 +01:00
parent f2c83ac46b
commit f22607a617
2 changed files with 12 additions and 9 deletions

View File

@@ -182,7 +182,8 @@ inline void SketcherAddWorkspaceRegularPolygon<Gui::MenuItem>(Gui::MenuItem& geo
<< "Sketcher_CreatePentagon"
<< "Sketcher_CreateHexagon"
<< "Sketcher_CreateHeptagon"
<< "Sketcher_CreateOctagon";
<< "Sketcher_CreateOctagon"
<< "Sketcher_CreateRegularPolygon";
}
template <>
inline void SketcherAddWorkspaceRegularPolygon<Gui::ToolBarItem>(Gui::ToolBarItem& geom){