#1970 WLP: Add new plot command to context builder

This commit is contained in:
Rebecca Cox 2017-10-06 14:55:20 +02:00
parent 984fbc66ac
commit d6d3ee4f28

View File

@ -444,6 +444,8 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
// is aware of multiple selected items, move the command to this list
// without using dyncamic_cast.
commandIds << "RicNewWellLogRftCurveFeature";
commandIds << "RicPasteTimeHistoryCurveFeature";
commandIds << "RicPasteAsciiDataCurveFeature";
commandIds << "RicCopyReferencesToClipboardFeature";
@ -476,6 +478,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicDeleteSummaryCaseCollectionFeature";
commandIds << "RicCloseObservedDataFeature";
// Fracture commands
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
commandIds << "RicNewWellPathFractureFeature";