From 936568b22bd1c560ea2a76c32e3a0946572e8a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Jensen?= Date: Mon, 6 Nov 2017 13:52:54 +0100 Subject: [PATCH] Curve calc. Reorganized context menus --- .../ProjectDataModel/RimContextCommandBuilder.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp b/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp index df026dca57..6237191eec 100644 --- a/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp +++ b/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp @@ -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(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";