Fix for coverity issue 10721

This commit is contained in:
Roel Baars
2018-09-20 07:53:10 +02:00
committed by GitHub
parent 40f2809570
commit c36533704a

View File

@@ -422,6 +422,9 @@ void Options::setDefaults()
histogramRed = true;
histogramGreen = true;
histogramBlue = true;
histogramLuma = false;
histogramChroma = false;
histogramRAW = false;
histogramBar = true;
histogramHeight = 200;
histogramDrawMode = 0;