mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2659 Ensemble statistics. Do not set statistic curves color when updating ensemble curve color
This commit is contained in:
parent
12d01a7a10
commit
9f1e4fa721
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user