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:
@@ -294,6 +294,8 @@ RimWellLogTrack::RimWellLogTrack()
|
||||
RimWellLogTrack::~RimWellLogTrack()
|
||||
{
|
||||
m_curves.deleteChildren();
|
||||
|
||||
deleteViewWidget();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user