+ split create/edit sketch command into two commands

This commit is contained in:
wmayer
2014-07-13 10:17:50 +02:00
parent da708faa5e
commit d7fafdb2b6
6 changed files with 353 additions and 46 deletions

View File

@@ -109,6 +109,7 @@ void Workbench::activated()
const char* Sketch[] = {
"Sketcher_NewSketch",
"Sketcher_EditSketch",
"PartDesign_Pad",
"PartDesign_Pocket",
"PartDesign_Revolution",
@@ -205,6 +206,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
root->insertItem(item, part);
part->setCommand("&Part Design");
*part << "Sketcher_NewSketch"
<< "Sketcher_EditSketch"
<< "Sketcher_LeaveSketch"
<< "Sketcher_ViewSketch"
<< "Sketcher_MapSketch"