mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix bug in color mapping when changing mapping mode for Tables
* Fix color mapping and ticks in table legend - For Summary and WellConnectivity - Add range types: automatic and user defined - Remove category from mapping type - Add closest to zero for correct logarithmic scale --------- Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
This commit is contained in:
@@ -174,6 +174,8 @@ public:
|
||||
|
||||
void defineUiOrderingColorOnly( caf::PdmUiOrdering* colorGroup );
|
||||
|
||||
void updateTickCountAndUserDefinedRange();
|
||||
|
||||
private:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
void sendChangedSignal( const caf::PdmFieldHandle* changedField );
|
||||
@@ -189,7 +191,6 @@ private:
|
||||
|
||||
void updateCategoryItems();
|
||||
void configureCategoryMapper();
|
||||
void updateTickCountAndUserDefinedRange();
|
||||
|
||||
friend class RimViewLinker;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user