mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix summary plot crash when changing vector
This commit is contained in:
parent
9d274adc5f
commit
4e7eff261e
@ -1192,8 +1192,8 @@ void RimSummaryPlot::deleteCurves( const std::vector<RimSummaryCurve*>& curves )
|
||||
{
|
||||
if ( c == curve )
|
||||
{
|
||||
m_summaryCurveCollection->deleteCurve( curve );
|
||||
disconnectCurveSignals( curve );
|
||||
m_summaryCurveCollection->deleteCurve( curve );
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user