mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1970 WLP: Add new plot command to context builder
This commit is contained in:
parent
984fbc66ac
commit
d6d3ee4f28
@ -444,6 +444,8 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
|
|||||||
// is aware of multiple selected items, move the command to this list
|
// is aware of multiple selected items, move the command to this list
|
||||||
// without using dyncamic_cast.
|
// without using dyncamic_cast.
|
||||||
|
|
||||||
|
commandIds << "RicNewWellLogRftCurveFeature";
|
||||||
|
|
||||||
commandIds << "RicPasteTimeHistoryCurveFeature";
|
commandIds << "RicPasteTimeHistoryCurveFeature";
|
||||||
commandIds << "RicPasteAsciiDataCurveFeature";
|
commandIds << "RicPasteAsciiDataCurveFeature";
|
||||||
commandIds << "RicCopyReferencesToClipboardFeature";
|
commandIds << "RicCopyReferencesToClipboardFeature";
|
||||||
@ -476,6 +478,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
|
|||||||
commandIds << "RicDeleteSummaryCaseCollectionFeature";
|
commandIds << "RicDeleteSummaryCaseCollectionFeature";
|
||||||
commandIds << "RicCloseObservedDataFeature";
|
commandIds << "RicCloseObservedDataFeature";
|
||||||
|
|
||||||
|
|
||||||
// Fracture commands
|
// Fracture commands
|
||||||
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||||
commandIds << "RicNewWellPathFractureFeature";
|
commandIds << "RicNewWellPathFractureFeature";
|
||||||
|
Loading…
Reference in New Issue
Block a user