mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Avoid replot in destructor of RimPlotCurve
This commit is contained in:
parent
1ba2fc14a5
commit
df55c5f6dc
@ -181,11 +181,6 @@ RimPlotCurve::~RimPlotCurve()
|
|||||||
delete m_qwtCurveErrorBars;
|
delete m_qwtCurveErrorBars;
|
||||||
m_qwtCurveErrorBars = nullptr;
|
m_qwtCurveErrorBars = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( m_parentQwtPlot )
|
|
||||||
{
|
|
||||||
m_parentQwtPlot->replot();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user