mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Legend config: Do not show two configs when loading new case
This commit is contained in:
@@ -43,7 +43,9 @@ public:
|
||||
caf::PdmField<RimTernaryLegendConfig*> ternaryLegendConfig;
|
||||
|
||||
// Overridden methods
|
||||
virtual void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue );
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);
|
||||
virtual void setResultVariable(const QString& resultName);
|
||||
|
||||
protected:
|
||||
virtual void initAfterRead();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user