#4336 make sure data colors are updated in Grid Cross plots when changing legend colors

This commit is contained in:
Gaute Lindkvist 2019-04-15 09:32:35 +02:00
parent d6b5444c51
commit 3a91412d6c

View File

@ -262,6 +262,7 @@ void RimRegularLegendConfig::fieldChangedByUi(const caf::PdmFieldHandle* changed
firstAncestorOrThisOfType(crossPlotCurveSet);
if (crossPlotCurveSet)
{
crossPlotCurveSet->destroyCurves();
crossPlotCurveSet->loadDataAndUpdate(true);
}
}