mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1859 SummaryPlot: Missing redraw of qwtPlot when deleting curves
This commit is contained in:
@@ -54,14 +54,6 @@ RimWellLogCurve::RimWellLogCurve()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogCurve::~RimWellLogCurve()
|
||||
{
|
||||
m_qwtPlotCurve->detach();
|
||||
delete m_qwtPlotCurve;
|
||||
m_qwtPlotCurve = NULL;
|
||||
|
||||
if (m_parentQwtPlot)
|
||||
{
|
||||
m_parentQwtPlot->replot();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user