From cebded3a2dfe80e06f8c3aeb68a3b951ddaa2c6f Mon Sep 17 00:00:00 2001 From: Thanatomanic Date: Fri, 6 Jul 2018 18:00:32 +0200 Subject: [PATCH] RAW histogram now correctly shows 8 stops --- rtgui/histogrampanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/histogrampanel.cc b/rtgui/histogrampanel.cc index c2a584368..e6777a6ea 100644 --- a/rtgui/histogrampanel.cc +++ b/rtgui/histogrampanel.cc @@ -889,7 +889,7 @@ void HistogramArea::updateBackBuffer () int nrOfVGridPartitions = (int)rtengine::min (16.0, pow (2.0, floor ((w - 100) / 250) + 2)); if (options.histogramDrawMode == 2) { - nrOfVGridPartitions = 8; // always show 8 stops in log-log mode + nrOfVGridPartitions = 9; // always show 9 stops in log-log mode (lines at 1,2,4,8,16,32,64,128) } // draw vertical gridlines