We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c0307 commit b05529aCopy full SHA for b05529a
src/app/qgsrasterlayerproperties.cpp
@@ -1885,7 +1885,7 @@ void QgsRasterLayerProperties::refreshHistogram()
1885
// bin in all selected layers, and the min. It then draws a scaled line between min
1886
// and max - scaled to image height. 1 line drawn per selected band
1887
//
1888
- const int BINCOUNT = 255;
+ const int BINCOUNT = 256;
1889
bool myIgnoreOutOfRangeFlag = true;
1890
bool myThoroughBandScanFlag = false;
1891
int myBandCountInt = mRasterLayer->bandCount();
0 commit comments