#9295 Make sure grid cross plot is updated when grouping objects are toggled

This commit is contained in:
Magne Sjaastad 2022-09-14 08:47:52 +02:00
parent 3b5b661949
commit 7b81490f90

View File

@ -952,6 +952,10 @@ void RimGridCrossPlotDataSet::childFieldChangedByUi( const caf::PdmFieldHandle*
triggerPlotNameUpdateAndReplot();
}
}
else if ( changedChildField == &m_crossPlotCurves )
{
loadDataAndUpdate( true );
}
}
//--------------------------------------------------------------------------------------------------