mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure Show ensemble curves works when multiple curves are selected
This commit is contained in:
@@ -1109,6 +1109,13 @@ void RimEnsembleCurveSet::childFieldChangedByUi( const caf::PdmFieldHandle* chan
|
||||
// Trigger update, as the axis object name might have changed. Will update the axis object of the curve set.
|
||||
updateConnectedEditors();
|
||||
}
|
||||
if ( changedChildField == &m_statistics )
|
||||
{
|
||||
if ( auto summaryPlot = firstAncestorOrThisOfType<RimSummaryPlot>() )
|
||||
{
|
||||
summaryPlot->loadDataAndUpdate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user