mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge to fix #2458
This commit is contained in:
commit
fb5055581d
@ -76,6 +76,7 @@ void RimGeoMechCellColors::updateIconState()
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RimGeoMechCellColors::initAfterRead()
|
void RimGeoMechCellColors::initAfterRead()
|
||||||
{
|
{
|
||||||
|
RimGeoMechResultDefinition::initAfterRead();
|
||||||
updateIconState();
|
updateIconState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user