RFT plot. Added RFT plot command menu item

This commit is contained in:
Bjørn Erik Jensen
2017-10-17 11:05:14 +02:00
parent 01cadd5a1c
commit f83b2adbef
@@ -369,6 +369,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicNewWellLogCurveExtractionFeature"; commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewWellLogRftCurveFeature"; commandIds << "RicNewWellLogRftCurveFeature";
commandIds << "RicNewSimWellIntersectionFeature"; commandIds << "RicNewSimWellIntersectionFeature";
commandIds << "RicNewRftPlotFeature";
commandIds << "RicShowWellAllocationPlotFeature"; commandIds << "RicShowWellAllocationPlotFeature";
} }
else if(dynamic_cast<RimFormationNames*>(uiItem)) else if(dynamic_cast<RimFormationNames*>(uiItem))