Add updateCurveAppearance() to stackable curve

This commit is contained in:
Magne Sjaastad
2023-10-12 14:08:49 +02:00
parent 55cafc64c3
commit 0f4d2a61f6
3 changed files with 34 additions and 14 deletions

View File

@@ -405,7 +405,7 @@ void RimWellLogCurve::fieldChangedByUi( const caf::PdmFieldHandle* changedField,
if ( changedField == &m_showCurve )
{
if ( m_isStacked() || m_showCurve() )
if ( isStacked() || m_showCurve() )
{
updateZoomInParentPlot();
}