Added "Delete" to the context menu for input property items

This commit is contained in:
Pål Hagen 2015-08-24 10:45:43 +02:00
parent 7044f3c627
commit 5785031697

View File

@ -643,6 +643,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
}
else if (dynamic_cast<RimEclipseInputProperty*>(uiItem))
{
commandIds << "RicDeleteItemFeature";
commandIds << "RicSaveEclipseInputPropertyFeature";
}
else if (dynamic_cast<RimCellRangeFilterCollection*>(uiItem))