Skip to content

Commit

Permalink
Hide statistics legend if ensemble curves are visible
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Sep 8, 2023
1 parent 453fca7 commit 7632064
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
}
}
Expand Down

0 comments on commit 7632064

Please sign in to comment.