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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;