mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -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
|
||||
// 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";
|
||||
|
Loading…
Reference in New Issue
Block a user