Sketcher: Add centered rectangle to the menu

This commit is contained in:
Abdullah Tahiri
2021-06-20 08:24:02 +02:00
parent 0fb621af28
commit b7f8f249b2

View File

@@ -240,6 +240,7 @@ template <>
inline void SketcherAddWorkspaceRectangles<Gui::MenuItem>(Gui::MenuItem& geom)
{
geom << "Sketcher_CreateRectangle"
<< "Sketcher_CreateRectangle_Center"
<< "Sketcher_CreateOblong";
}