Sketcher: Dropdown toolbar button for increase/decrease BSpline knot multiplicity

This commit is contained in:
Abdullah Tahiri
2017-03-25 23:27:31 +01:00
committed by wmayer
parent 8ca728a12f
commit 7601cdcffa
2 changed files with 93 additions and 3 deletions

View File

@@ -298,8 +298,7 @@ inline void SketcherAddWorkbenchBSplines<Gui::ToolBarItem>(Gui::ToolBarItem& bsp
bspline << "Sketcher_CompBSplineShowHideGeometryInformation"
<< "Sketcher_BSplineConvertToNURB"
<< "Sketcher_BSplineIncreaseDegree"
<< "Sketcher_BSplineIncreaseKnotMultiplicity"
<< "Sketcher_BSplineDecreaseKnotMultiplicity";
<< "Sketcher_CompModifyKnotMultiplicity";
}
template <typename T>