#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 f010e5060e
commit 53646865a6

View File

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