Add group command to structure toolbar

This commit is contained in:
Stefan Tröger
2017-07-28 20:03:48 +02:00
committed by wmayer
parent dd87094672
commit 61cfad5020
2 changed files with 125 additions and 1 deletions

View File

@@ -626,7 +626,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
// Structure
ToolBarItem* structure = new ToolBarItem( root );
structure->setCommand("Structure");
*structure << "Std_Part";
*structure << "Std_Part" << "Std_Group";
return root;
}