Gui: expose link actions to toolbar

This commit is contained in:
Zheng, Lei
2019-09-26 12:49:54 +08:00
committed by wmayer
parent 8d7287b8a6
commit c34ee6e753
2 changed files with 30 additions and 6 deletions

View File

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