#7331 Summary Plot: Keep curve color when stacking curves

This commit is contained in:
Magne Sjaastad 2021-02-19 15:55:30 +01:00
parent 64a8a0ad8d
commit 93a3060757

View File

@ -30,7 +30,7 @@ RimStackablePlotCurve::RimStackablePlotCurve()
CAF_PDM_InitObject( "StackableCurve", ":/WellLogCurve16x16.png", "", "" );
CAF_PDM_InitField( &m_isStacked, "StackCurve", false, "Stack Curve", "", "", "" );
CAF_PDM_InitField( &m_isStackedWithPhaseColors, "StackPhaseColors", true, " with Phase Colors", "", "", "" );
CAF_PDM_InitField( &m_isStackedWithPhaseColors, "StackPhaseColors", false, " with Phase Colors", "", "", "" );
}
//--------------------------------------------------------------------------------------------------