From 658d975fa1f88814d84ca9550feaf7e063b37fa3 Mon Sep 17 00:00:00 2001 From: Thanatomanic Date: Fri, 15 Jun 2018 20:42:26 +0200 Subject: [PATCH] Definitely disable luma now --- rtgui/histogrampanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/histogrampanel.cc b/rtgui/histogrampanel.cc index a8db1e804..dd3f3f718 100644 --- a/rtgui/histogrampanel.cc +++ b/rtgui/histogrampanel.cc @@ -132,7 +132,7 @@ HistogramPanel::HistogramPanel () showRed->set_active (true); showGreen->set_active (true); showBlue->set_active (true); - showValue->set_active (true); + showValue->set_active (false);//unactive by default showChro->set_active (false);//unactive by default showRAW->set_active (false);