Fix crashes when dropping analysis plots into Multiplots

This commit is contained in:
Gaute Lindkvist
2020-09-16 19:33:44 +02:00
committed by Magne Sjaastad
parent ab3e43d8fb
commit 93baf776a1
50 changed files with 360 additions and 255 deletions

View File

@@ -48,7 +48,7 @@ void RicDeleteSummaryCaseCollectionFeature::deleteSummaryCaseCollection( RimSumm
for ( RimSummaryCase* summaryCase : caseCollection->allSummaryCases() )
{
for ( RimSummaryPlot* summaryPlot : summaryPlotColl->summaryPlots )
for ( RimSummaryPlot* summaryPlot : summaryPlotColl->plots() )
{
summaryPlot->deleteCurvesAssosiatedWithCase( summaryCase );
}