#2075 RFT Plot: Add "New RFT plot" command to well path

This commit is contained in:
Rebecca Cox
2017-11-02 12:32:54 +01:00
parent dc93767683
commit e60941aa2c
4 changed files with 28 additions and 111 deletions
@@ -234,6 +234,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicNewWellLogFileCurveFeature";
commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewWellPathIntersectionFeature";
commandIds << "RicNewRftPlotFeature";
}
else if (dynamic_cast<RimWellLogFile*>(uiItem))
{
@@ -504,7 +505,6 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicDeleteSummaryCaseCollectionFeature";
commandIds << "RicCloseObservedDataFeature";
// Fracture commands
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
commandIds << "RicNewWellPathFractureFeature";