From 375caf2f2db7421d234fbc484022de363c4d5aaf Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 22 Aug 2022 07:43:07 +0200 Subject: [PATCH] Add Export Property to right-click menu in 3D view --- ApplicationLibCode/UserInterface/RiuViewerCommands.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ApplicationLibCode/UserInterface/RiuViewerCommands.cpp b/ApplicationLibCode/UserInterface/RiuViewerCommands.cpp index 46b1d5e34a..ad3b5694e2 100644 --- a/ApplicationLibCode/UserInterface/RiuViewerCommands.cpp +++ b/ApplicationLibCode/UserInterface/RiuViewerCommands.cpp @@ -649,6 +649,8 @@ void RiuViewerCommands::displayContextMenu( QMouseEvent* event ) menuBuilder.addSeparator(); menuBuilder << "RicExportEclipseInputGridFeature"; menuBuilder << "RicSaveEclipseInputActiveVisibleCellsFeature"; + menuBuilder << "RicSaveEclipseResultAsInputPropertyFeature"; + #ifdef USE_QTCHARTS menuBuilder << "RicCreateGridStatisticsPlotFeature"; #endif