Sketcher: Ellipse : Integration of all conics under a single toolbar space

This commit is contained in:
Abdullah Tahiri
2014-11-11 19:38:51 +01:00
committed by wmayer
parent be6d13efbd
commit 2871d05620
2 changed files with 106 additions and 125 deletions

View File

@@ -145,8 +145,7 @@ template <>
inline void SketcherAddWorkspaceArcs<Gui::ToolBarItem>(Gui::ToolBarItem& geom){
geom << "Sketcher_CompCreateArc"
<< "Sketcher_CompCreateCircle"
<< "Sketcher_CompCreateEllipse"
<< "Sketcher_CreateArcOfEllipse";
<< "Sketcher_CompCreateConic";
}
template <typename T>
void SketcherAddWorkspaceRegularPolygon(T& geom);