mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: Make sure the default legend is configured for intersection results
This commit is contained in:
@@ -170,6 +170,8 @@ public:
|
||||
|
||||
QString valueToText( double value ) const;
|
||||
|
||||
void setDefaultConfigForResultName( const QString& resultName, bool useDiscreteLogLevels, bool isCategoryResult );
|
||||
|
||||
private:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
void sendChangedSignal( const caf::PdmFieldHandle* changedField );
|
||||
@@ -189,6 +191,7 @@ private:
|
||||
|
||||
void updateCategoryItems();
|
||||
void configureCategoryMapper();
|
||||
void updateTickCountAndUserDefinedRange();
|
||||
|
||||
friend class RimViewLinker;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user