From c36533704a540095d6fa8dd539e77459e968861e Mon Sep 17 00:00:00 2001 From: Roel Baars <6567747+Thanatomanic@users.noreply.github.com> Date: Thu, 20 Sep 2018 07:53:10 +0200 Subject: [PATCH] Fix for coverity issue 10721 --- rtgui/options.cc | 3 +++ 1 file changed, 3 insertions(+) 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;