mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
#2458 Cell Result: Select chosen result type on load
This commit is contained in:
parent
6e16a47b0d
commit
b8c9989d0b
@ -76,6 +76,7 @@ void RimGeoMechCellColors::updateIconState()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGeoMechCellColors::initAfterRead()
|
||||
{
|
||||
RimGeoMechResultDefinition::initAfterRead();
|
||||
updateIconState();
|
||||
}
|
||||
|
||||
|
@ -42,7 +42,7 @@ public:
|
||||
caf::PdmChildField<RimLegendConfig*> legendConfig;
|
||||
|
||||
void updateIconState();
|
||||
virtual void initAfterRead();
|
||||
virtual void initAfterRead() override;
|
||||
|
||||
protected:
|
||||
void updateLegendCategorySettings() override;
|
||||
|
Loading…
Reference in New Issue
Block a user