From ce4d5de81b67fe83716c07280c7f1fcdb37eae8c Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 10 Nov 2020 10:59:16 +0100 Subject: [PATCH] #6960 Curve Calculator : Add to right-click menu of main case collection --- ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp b/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp index a9d5301dbb..4480a8d067 100644 --- a/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp +++ b/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp @@ -726,6 +726,8 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection() menuBuilder << "RicImportEnsembleFeature"; menuBuilder << "RicNewDerivedEnsembleFeature"; menuBuilder << "RicNewDerivedSummaryFeature"; + menuBuilder << "Separator"; + menuBuilder << "RicShowSummaryCurveCalculatorFeature"; } else if ( dynamic_cast( firstUiItem ) ) {