Add ViewSelection and Jims Icon. Some fixes
This commit is contained in:
@@ -56,8 +56,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
Gui::ToolBarItem* fem = new Gui::ToolBarItem(root);
|
||||
fem->setCommand("FEM");
|
||||
*fem << "Fem_CreateFromShape"
|
||||
<< "Fem_CreateNodesSet"
|
||||
<< "Fem_DefineNodesSet";
|
||||
<< "Fem_CreateNodesSet";
|
||||
return root;
|
||||
}
|
||||
|
||||
@@ -69,8 +68,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
root->insertItem(item, fem);
|
||||
fem->setCommand("&FEM");
|
||||
*fem << "Fem_CreateFromShape"
|
||||
<< "Fem_CreateNodesSet"
|
||||
<< "Fem_DefineNodesSet";
|
||||
<< "Fem_CreateNodesSet";
|
||||
|
||||
return root;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user