mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Hide statistics legend if ensemble curves are visible
This commit is contained in:
parent
453fca7ba4
commit
7632064105
@ -613,6 +613,7 @@ void RimWellRftPlot::updateCurvesInPlot( const std::set<RiaRftPltCurveDefinition
|
||||
QString label = uiText.replace( ": Pressure", "" );
|
||||
curve->setSymbolLabel( label );
|
||||
curve->setLineThickness( 3 );
|
||||
curve->setShowInLegend( !m_showEnsembleCurves );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user