(#492) Created folder for well log commands, added "New Well Log LAS Curve" feature

This commit is contained in:
Magne Sjaastad
2015-09-18 09:07:06 +02:00
parent b3620355de
commit 0f5fed1768
21 changed files with 198 additions and 39 deletions

View File

@@ -820,7 +820,8 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
}
else if (dynamic_cast<RimWellLogPlotTrace*>(uiItem))
{
commandIds << "RicNewWellLogPlotCurveFeature";
commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewWellLogCurveLasFeature";
commandIds << "RicDeleteItemFeature";
}
else if (dynamic_cast<RimWellLogPlotCurve*>(uiItem))