mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix missing curve tracker
* Move some functionality from protected to private * Attach curve text provider when creating plot widget * Add missing cleanup in destructor of RimWellLogTrack
This commit is contained in:
@@ -1211,7 +1211,7 @@ void RimPlotCurve::detach( bool deletePlotCurve )
|
||||
}
|
||||
}
|
||||
|
||||
m_parentPlot->scheduleReplot();
|
||||
if ( m_parentPlot ) m_parentPlot->scheduleReplot();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user