mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2838 Ensemble Curve Name : Call updateConnectedEditors on RimSummaryPlot
This commit is contained in:
parent
b023bd02a3
commit
95c11d0085
@ -340,6 +340,12 @@ void RimEnsembleCurveSet::fieldChangedByUi(const caf::PdmFieldHandle* changedFie
|
||||
if (changedField == &m_showCurves)
|
||||
{
|
||||
loadDataAndUpdate(true);
|
||||
|
||||
updateConnectedEditors();
|
||||
|
||||
RimSummaryPlot* summaryPlot = nullptr;
|
||||
this->firstAncestorOrThisOfTypeAsserted(summaryPlot);
|
||||
summaryPlot->updateConnectedEditors();
|
||||
}
|
||||
else if (changedField == &m_yValuesUiFilterResultSelection)
|
||||
{
|
||||
|
@ -375,6 +375,10 @@ void RimEnsembleCurveSetCollection::fieldChangedByUi(const caf::PdmFieldHandle*
|
||||
if (changedField == &m_showCurves)
|
||||
{
|
||||
loadDataAndUpdate(true);
|
||||
|
||||
RimSummaryPlot* summaryPlot = nullptr;
|
||||
this->firstAncestorOrThisOfTypeAsserted(summaryPlot);
|
||||
summaryPlot->updateConnectedEditors();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user