#10387 Grid Cross Plot: update plot on color changes

Fixes #10387.
This commit is contained in:
Kristian Bendiksen
2023-06-28 09:51:20 +02:00
parent fdf4309d82
commit b5d6421f22
5 changed files with 44 additions and 1 deletions

View File

@@ -325,6 +325,7 @@ void RimRegularLegendConfig::fieldChangedByUi( const caf::PdmFieldHandle* change
if ( changedField != &m_showLegend )
{
crossPlotCurveSet->destroyCurves();
crossPlotCurveSet->destroyRegressionCurves();
}
crossPlotCurveSet->loadDataAndUpdate( true );