mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7647 PERM and other arrays default colour legend type change
Restore default color legend to "Continuous Logarithmic" instead of "Discrete Logarithmic"
This commit is contained in:
@@ -110,6 +110,7 @@ RimGridCrossPlotDataSet::RimGridCrossPlotDataSet()
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_groupingProperty, "GroupingProperty", "Data Grouping Property", "", "", "" );
|
||||
m_groupingProperty = new RimEclipseCellColors;
|
||||
m_groupingProperty->useDiscreteLogLevels( true );
|
||||
m_groupingProperty.uiCapability()->setUiHidden( true );
|
||||
CVF_ASSERT( m_groupingProperty->legendConfig() );
|
||||
m_groupingProperty->legendConfig()->setMappingMode( RimRegularLegendConfig::MappingType::CATEGORY_INTEGER );
|
||||
|
||||
Reference in New Issue
Block a user