#2458 Cell Result: Select chosen result type on load

This commit is contained in:
Rebecca Cox 2018-02-12 09:40:10 +01:00
parent 6e16a47b0d
commit b8c9989d0b
2 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ void RimGeoMechCellColors::updateIconState()
//--------------------------------------------------------------------------------------------------
void RimGeoMechCellColors::initAfterRead()
{
RimGeoMechResultDefinition::initAfterRead();
updateIconState();
}

View File

@ -42,7 +42,7 @@ public:
caf::PdmChildField<RimLegendConfig*> legendConfig;
void updateIconState();
virtual void initAfterRead();
virtual void initAfterRead() override;
protected:
void updateLegendCategorySettings() override;