mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix typo in RiuQwtPlotWidget::closeEvent
This commit is contained in:
parent
7f0efb61f4
commit
f2be9dd3b8
@ -553,7 +553,7 @@ void RiuQwtPlotWidget::closeEvent( QCloseEvent* event )
|
|||||||
{
|
{
|
||||||
m_plotDefinition->detachAllCurves();
|
m_plotDefinition->detachAllCurves();
|
||||||
}
|
}
|
||||||
RiuQwtPlotWidget::closeEvent( event );
|
QwtPlot::closeEvent( event );
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user