From 12c8051266ee1ee5448a1348b976b7fdecce5325 Mon Sep 17 00:00:00 2001 From: Rebecca Cox Date: Tue, 19 Sep 2017 10:12:41 +0200 Subject: [PATCH] #1813 Observed data: Change order in context menu --- ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp b/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp index 839b5d8ac6..c96bb6c2cd 100644 --- a/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp +++ b/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp @@ -449,11 +449,12 @@ QStringList RimContextCommandBuilder::commandsFromSelection() commandIds << "RicPasteSummaryCaseFeature"; commandIds << "RicReloadSummaryCaseFeature"; commandIds << "RicCreateSummaryCaseCollectionFeature"; + commandIds << "Separator"; + commandIds << "RicCutReferencesToClipboardFeature"; commandIds << "Separator"; commandIds << "RicCloseSummaryCaseFeature"; commandIds << "RicCloseSummaryCaseInCollectionFeature"; commandIds << "RicDeleteSummaryCaseCollectionFeature"; - commandIds << "RicCutReferencesToClipboardFeature"; // Fracture commands #ifdef USE_PROTOTYPE_FEATURE_FRACTURES