mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add updateCurveAppearance() to stackable curve
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user