Part: Add Sketcher_NewSketch to Part toolbar (#14318)
* Update Workbench.cpp * Part: Update InitGui.py
This commit is contained in:
@@ -122,6 +122,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
<< "Separator"
|
||||
<< bop << join << split << compound
|
||||
<< "Separator"
|
||||
<< "Sketcher_NewSketch"
|
||||
<< "Part_Extrude"
|
||||
<< "Part_Revolve"
|
||||
<< "Part_Mirror"
|
||||
@@ -170,7 +171,8 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
|
||||
Gui::ToolBarItem* tool = new Gui::ToolBarItem(root);
|
||||
tool->setCommand("Part tools");
|
||||
*tool << "Part_Extrude"
|
||||
*tool << "Sketcher_NewSketch"
|
||||
<< "Part_Extrude"
|
||||
<< "Part_Revolve"
|
||||
<< "Part_Mirror"
|
||||
<< "Part_Scale"
|
||||
|
||||
Reference in New Issue
Block a user