Sketcher: Add centered rectangle to the menu

This commit is contained in:
Abdullah Tahiri
2021-06-20 08:24:02 +02:00
parent 2470d9f959
commit 5ba1b79b5a

View File

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