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:
Magne Sjaastad
2023-07-07 07:53:22 +02:00
committed by GitHub
parent ad4930db79
commit 8b7144d987
5 changed files with 38 additions and 37 deletions

View File

@@ -1211,7 +1211,7 @@ void RimPlotCurve::detach( bool deletePlotCurve )
}
}
m_parentPlot->scheduleReplot();
if ( m_parentPlot ) m_parentPlot->scheduleReplot();
}
//--------------------------------------------------------------------------------------------------