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

@@ -294,6 +294,8 @@ RimWellLogTrack::RimWellLogTrack()
RimWellLogTrack::~RimWellLogTrack()
{
m_curves.deleteChildren();
deleteViewWidget();
}
//--------------------------------------------------------------------------------------------------