mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9295 Make sure grid cross plot is updated when grouping objects are toggled
This commit is contained in:
parent
f010e5060e
commit
53646865a6
@ -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