add ToggleFrame command

This commit is contained in:
WandererFan
2016-01-30 13:02:23 -05:00
committed by wmayer
parent 42eed349ac
commit 6fe7add213
6 changed files with 537 additions and 4 deletions

View File

@@ -121,6 +121,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
Gui::ToolBarItem *decor = new Gui::ToolBarItem(root);
decor->setCommand("TechDraw Decoration");
*decor << "TechDraw_NewHatch";
*decor << "TechDraw_ToggleFrame";
return root;
}
@@ -163,6 +164,7 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
Gui::ToolBarItem *decor = new Gui::ToolBarItem(root);
decor->setCommand("TechDraw Decoration");
*decor << "TechDraw_NewHatch";
*decor << "TechDraw_ToggleFrame";
return root;
}