mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#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:
parent
89ee164c8a
commit
756e793519
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user