mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure single curves from individual realizations are displayed on top
This commit is contained in:
@@ -843,7 +843,7 @@ double RimSummaryCurve::computeCurveZValue()
|
||||
{
|
||||
zOrder = RiuQwtPlotCurveDefines::zDepthForIndex( RiuQwtPlotCurveDefines::ZIndex::Z_ENSEMBLE_STAT_CURVE );
|
||||
}
|
||||
else if ( sumCase->ensemble() )
|
||||
else if ( firstAncestorOrThisOfType<RimEnsembleCurveSetCollection>() )
|
||||
{
|
||||
zOrder = RiuQwtPlotCurveDefines::zDepthForIndex( RiuQwtPlotCurveDefines::ZIndex::Z_ENSEMBLE_CURVE );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user