Changed neutral shcompr value from 0 to 50, issue 1392
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user