(#483) Gray out icon for overridden cell results

This commit is contained in:
Magne Sjaastad
2015-09-23 13:48:25 +02:00
parent af75f513f9
commit 4ee8929d91
6 changed files with 99 additions and 18 deletions

View File

@@ -40,4 +40,7 @@ public:
virtual ~RimGeoMechCellColors(void);
caf::PdmChildField<RimLegendConfig*> legendConfig;
void updateIconState();
virtual void initAfterRead();
};