mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 07:16:53 -06:00
#9295 Make sure grid cross plot is updated when grouping objects are toggled
This commit is contained in:
parent
3b5b661949
commit
7b81490f90
@ -952,6 +952,10 @@ void RimGridCrossPlotDataSet::childFieldChangedByUi( const caf::PdmFieldHandle*
|
||||
triggerPlotNameUpdateAndReplot();
|
||||
}
|
||||
}
|
||||
else if ( changedChildField == &m_crossPlotCurves )
|
||||
{
|
||||
loadDataAndUpdate( true );
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user