(#386) Added "Delete" to the grid case group context menu

Note: Used to be "Close" in the old tree view. Using existing feature
for deletion, for now.
This commit is contained in:
Pål Hagen 2015-08-21 15:44:12 +02:00
parent 89ee164c8a
commit 756e793519

View File

@ -626,7 +626,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
{ {
commandIds << "RicEclipseCaseNewGroupFeature"; commandIds << "RicEclipseCaseNewGroupFeature";
commandIds << "RicPasteEclipseCasesFeature"; commandIds << "RicPasteEclipseCasesFeature";
//commandIds << "RicEcliseCaseGroupCloseFeature"; commandIds << "RicDeleteItemFeature";
} }
else if (dynamic_cast<RimCaseCollection*>(uiItem)) else if (dynamic_cast<RimCaseCollection*>(uiItem))