#2089 Cross Plot : Add new cross plot curve feature

This commit is contained in:
Magne Sjaastad
2017-11-14 11:11:36 +01:00
parent eb28f5a865
commit b72ce60379
4 changed files with 154 additions and 0 deletions

View File

@@ -336,6 +336,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicEditSummaryPlotFeature";
commandIds << "RicNewSummaryPlotFeature";
commandIds << "RicNewSummaryCurveFeature";
commandIds << "RicNewSummaryCrossPlotCurveFeature";
commandIds << "Separator";
commandIds << "RicShowSummaryCurveCalculatorFeature";
commandIds << "Separator";
@@ -350,6 +351,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicPasteSummaryCurveFeature";
commandIds << "Separator";
commandIds << "RicNewSummaryCurveFeature";
commandIds << "RicNewSummaryCrossPlotCurveFeature";
commandIds << "Separator";
commandIds << "RicCopyReferencesToClipboardFeature";
commandIds << "Separator";