Structure toolbar : put Link in the command group.
This commit is contained in:
@@ -800,7 +800,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
|
||||
// Structure
|
||||
auto structure = new ToolBarItem( root );
|
||||
structure->setCommand("Structure");
|
||||
*structure << "Std_Part" << "Std_Group" << "Std_LinkMake" << "Std_LinkActions";
|
||||
*structure << "Std_Part" << "Std_Group" << "Std_LinkActions";
|
||||
|
||||
// Help
|
||||
auto help = new ToolBarItem( root );
|
||||
|
||||
Reference in New Issue
Block a user