(#361) Toggle commands now implemented in new tree

This commit is contained in:
Jacob Støren
2015-08-18 12:08:46 +02:00
parent 302f46b61b
commit c3db342474
6 changed files with 212 additions and 6 deletions

View File

@@ -654,6 +654,8 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
{
commandIds << "Separator";
commandIds << "RicToggleItemsOnFeature";
commandIds << "RicToggleItemsOffFeature";
commandIds << "RicToggleItemsFeature";
}