Part Design: Bug fix Sketcher tools Menu in Part Design Menu
============================================================ As per forum request: http://forum.freecadweb.org/viewtopic.php?f=10&t=11840&start=40#p97205 This actually was a bug of last year when I wanted to introduce it, coded it, but failed to actually make it shown.
This commit is contained in:
parent
35b1b5bb04
commit
27bace846e
|
@ -183,6 +183,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||||
SketcherGui::addSketcherWorkbenchSketchActions( *part );
|
SketcherGui::addSketcherWorkbenchSketchActions( *part );
|
||||||
*part << geom
|
*part << geom
|
||||||
<< cons
|
<< cons
|
||||||
|
<< consaccel
|
||||||
<< "Separator"
|
<< "Separator"
|
||||||
<< "PartDesign_Pad"
|
<< "PartDesign_Pad"
|
||||||
<< "PartDesign_Pocket"
|
<< "PartDesign_Pocket"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user