mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3145 Ensemble stat. Update checkboxes properly when toggling 'based on filtered cases'
This commit is contained in:
parent
a5fe2ed69a
commit
f0dec1bc0a
@ -106,7 +106,7 @@ void RimEnsembleStatistics::fieldChangedByUi(const caf::PdmFieldHandle* changedF
|
||||
|
||||
curveSet->updateStatisticsCurves();
|
||||
|
||||
if (changedField == &m_active) curveSet->updateConnectedEditors();
|
||||
if (changedField == &m_active || changedField == &m_basedOnFilteredCases) curveSet->updateConnectedEditors();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user