Summary Plot Editor: Context menu update (#9289)

* Summary plot editor context menu update
This commit is contained in:
jonjenssen
2022-09-13 11:14:30 +02:00
committed by GitHub
parent 3cdc69d1a7
commit c685b7e9b5
9 changed files with 85 additions and 9 deletions

View File

@@ -149,5 +149,13 @@ RimSummaryPlot* RicEditSummaryPlotFeature::selectedSummaryPlot()
sumPlot = RiaSummaryTools::parentSummaryPlot( selObj );
}
if ( !sumPlot )
{
RimSummaryMultiPlot* multiPlot = RiaSummaryTools::parentSummaryMultiPlot( selObj );
if ( multiPlot )
{
}
}
return sumPlot;
}