Sketcher: BSpline show/restore geometry information commands as a dropdown menu

This commit is contained in:
Abdullah Tahiri
2017-02-09 12:13:50 +01:00
committed by wmayer
parent 99dee8ab36
commit 00aadc4581
2 changed files with 97 additions and 4 deletions

View File

@@ -290,9 +290,7 @@ inline void SketcherAddWorkbenchBSplines<Gui::MenuItem>(Gui::MenuItem& bspline){
template <>
inline void SketcherAddWorkbenchBSplines<Gui::ToolBarItem>(Gui::ToolBarItem& bspline){
bspline << "Sketcher_BSplineDegree"
<< "Sketcher_BSplinePolygon"
<< "Sketcher_BSplineComb";
bspline << "Sketcher_CompBSplineShowHideGeometryInformation";
}
template <typename T>