(#505) Added context menu item for creation of cure from LAS data for well paths

This commit is contained in:
Pål Hagen 2015-09-22 10:52:28 +02:00
parent 75dc7376ad
commit f49c7fc983

View File

@ -783,6 +783,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
}
else if (dynamic_cast<RimWellPath*>(uiItem))
{
commandIds << "RicNewWellLogFileCurveFeature";
commandIds << "RicDeleteItemFeature";
}
else if (dynamic_cast<RimCalcScript*>(uiItem))