Curve calc. Reorganized context menus

This commit is contained in:
Bjørn Erik Jensen 2017-11-06 13:52:54 +01:00
parent 0f8b7ce907
commit 936568b22b

View File

@ -295,8 +295,9 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicPasteSummaryPlotFeature";
commandIds << "RicPasteAsciiDataToSummaryPlotFeature";
commandIds << "Separator";
commandIds << "RicShowSummaryCurveCalculatorFeature";
commandIds << "RicNewSummaryPlotFeature";
commandIds << "Separator";
commandIds << "RicShowSummaryCurveCalculatorFeature";
}
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
{
@ -329,9 +330,11 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicPasteAsciiDataToSummaryPlotFeature";
commandIds << "Separator";
commandIds << "RicEditSummaryPlotFeature";
commandIds << "RicShowSummaryCurveCalculatorFeature";
commandIds << "RicNewSummaryPlotFeature";
commandIds << "RicNewSummaryCurveFeature";
commandIds << "Separator";
commandIds << "RicShowSummaryCurveCalculatorFeature";
commandIds << "Separator";
commandIds << "RicAsciiExportSummaryPlotFeature";
commandIds << "Separator";
commandIds << "RicCopyReferencesToClipboardFeature";