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:
Jørgen Herje
2023-06-12 15:44:39 +02:00
committed by GitHub
parent 1335b4bc09
commit 2639c7172f
9 changed files with 175 additions and 9 deletions

View File

@@ -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;