From bcb4150ae4f9d536eb163e357d60b4e75f0b3428 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 30 Oct 2019 09:26:41 +0100 Subject: [PATCH] #4951 Summary Plot Template : Hide context menu to select template --- ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp b/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp index 3dd174a72a..05d6122e95 100644 --- a/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp +++ b/ApplicationCode/ProjectDataModel/RimContextCommandBuilder.cpp @@ -853,7 +853,9 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection() { menuBuilder << "RicCreatePlotFromSelectionFeature"; menuBuilder << "RicCreatePlotFromTemplateByShortcutFeature"; - appendPlotTemplateMenus( menuBuilder ); + + // TODO: Consider to remove plot template menus, only support dialog selection + // appendPlotTemplateMenus( menuBuilder ); } menuBuilder << "Separator";