add ToggleFrame command

This commit is contained in:
WandererFan
2016-01-30 13:02:23 -05:00
committed by wmayer
parent 12f8181ed2
commit 23ccd81ff5
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;
}