mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#505) Added context menu item for creation of well log extraction curve
This commit is contained in:
parent
b45e571888
commit
430ea86962
@ -784,6 +784,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
|
|||||||
else if (dynamic_cast<RimWellPath*>(uiItem))
|
else if (dynamic_cast<RimWellPath*>(uiItem))
|
||||||
{
|
{
|
||||||
commandIds << "RicNewWellLogFileCurveFeature";
|
commandIds << "RicNewWellLogFileCurveFeature";
|
||||||
|
commandIds << "RicNewWellLogCurveExtractionFeature";
|
||||||
commandIds << "RicDeleteItemFeature";
|
commandIds << "RicDeleteItemFeature";
|
||||||
}
|
}
|
||||||
else if (dynamic_cast<RimCalcScript*>(uiItem))
|
else if (dynamic_cast<RimCalcScript*>(uiItem))
|
||||||
|
Loading…
Reference in New Issue
Block a user