mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7055 Contour Map: Label format it should match the legend format
This commit is contained in:
@@ -1178,7 +1178,7 @@ QString RimRegularLegendConfig::valueToText( double value, NumberFormatType numb
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimRegularLegendConfig::valueToText( double value ) const
|
||||
{
|
||||
return RimRegularLegendConfig::valueToText( value, m_tickNumberFormat(), m_precision() );
|
||||
return RimRegularLegendConfig::valueToText( value, m_tickNumberFormat(), m_significantDigitsInData );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user