#2659 Ensemble statistics. Do not set statistic curves color when updating ensemble curve color

This commit is contained in:
Bjørn Erik Jensen 2018-06-15 16:21:32 +02:00
parent 12d01a7a10
commit 9f1e4fa721

View File

@ -848,6 +848,8 @@ void RimEnsembleCurveSet::updateCurveColors()
{
for (auto& curve : m_curves)
{
if (curve->summaryAddressY().category() == RifEclipseSummaryAddress::SUMMARY_ENSEMBLE_STATISTICS) continue;
curve->setColor(m_color);
curve->updateCurveAppearance();
}