#4951 Summary Plot Template : Hide context menu to select template

This commit is contained in:
Magne Sjaastad
2019-10-30 09:26:41 +01:00
parent 42b7bce1ee
commit bcb4150ae4

View File

@@ -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";