Fix updates after legend change

This commit is contained in:
Gaute Lindkvist
2019-12-05 12:54:32 +01:00
parent 08afc1f8d7
commit 0b5188e4b7
3 changed files with 12 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ void RimRegularLegendConfig::fieldChangedByUi( const caf::PdmFieldHandle* change
firstAncestorOrThisOfType( rftPlot );
if ( rftPlot )
{
rftPlot->loadDataAndUpdate();
rftPlot->onLegendDefinitionChanged();
}
}