diff --git a/rtgui/options.cc b/rtgui/options.cc index a032626b4..d20e1c198 100644 --- a/rtgui/options.cc +++ b/rtgui/options.cc @@ -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;