#2247 Add export FLIXNUM/MULTNUM to context menu on Cell Result item in tree view

This commit is contained in:
Rebecca Cox
2017-12-12 16:07:02 +01:00
parent 5a03783328
commit 2b0305fcc4
3 changed files with 18 additions and 5 deletions

View File

@@ -185,6 +185,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
else if (dynamic_cast<RimEclipseCellColors*>(uiItem))
{
menuBuilder << "RicSaveEclipseResultAsInputPropertyFeature";
menuBuilder << "RicSaveEclipseInputVisibleCellsFeature";
}
else if (dynamic_cast<RimEclipseInputPropertyCollection*>(uiItem))
{