Merge to fix #2458

This commit is contained in:
Rebecca Cox 2018-02-12 09:40:36 +01:00
commit fb5055581d
2 changed files with 2 additions and 1 deletions

View File

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

View File

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