From 340cb55dc95c7abc7ac9b95f68d00f5d5b71d8ae Mon Sep 17 00:00:00 2001 From: DrSlony Date: Tue, 26 Jun 2012 21:03:33 +0100 Subject: [PATCH] Changed neutral shcompr value from 0 to 50, issue 1392 --- rtgui/tonecurve.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/tonecurve.cc b/rtgui/tonecurve.cc index 2c0d93d35..9f8ac8b07 100644 --- a/rtgui/tonecurve.cc +++ b/rtgui/tonecurve.cc @@ -274,7 +274,7 @@ void ToneCurve::neutral_pressed () { hlcomprthresh->setValue(0); brightness->setValue(0); black->setValue(0); - shcompr->setValue(0); + shcompr->setValue(50); if (!black->getAddMode()) shcompr->set_sensitive(!((int)black->getValue ()==0)); //at black=0 shcompr value has no effect contrast->setValue(0); //saturation->setValue(0);