Core: Add a command to add variable sets
This commit is contained in:
@@ -822,7 +822,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
|
||||
// Structure
|
||||
auto structure = new ToolBarItem( root );
|
||||
structure->setCommand("Structure");
|
||||
*structure << "Std_Part" << "Std_Group" << "Std_LinkActions";
|
||||
*structure << "Std_Part" << "Std_Group" << "Std_LinkActions" << "Std_VarSet";
|
||||
|
||||
// Help
|
||||
auto help = new ToolBarItem( root );
|
||||
|
||||
Reference in New Issue
Block a user