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