mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Summary Plot Editor: Context menu update (#9289)
* Summary plot editor context menu update
This commit is contained in:
@@ -149,5 +149,13 @@ RimSummaryPlot* RicEditSummaryPlotFeature::selectedSummaryPlot()
|
||||
sumPlot = RiaSummaryTools::parentSummaryPlot( selObj );
|
||||
}
|
||||
|
||||
if ( !sumPlot )
|
||||
{
|
||||
RimSummaryMultiPlot* multiPlot = RiaSummaryTools::parentSummaryMultiPlot( selObj );
|
||||
if ( multiPlot )
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
return sumPlot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user