do not reset highlight compression when doing histogram matching
This commit is contained in:
@@ -459,7 +459,6 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall)
|
||||
params.toneCurve.brightness = 0;
|
||||
params.toneCurve.contrast = 0;
|
||||
params.toneCurve.black = 0;
|
||||
params.toneCurve.hlcompr = 0;
|
||||
|
||||
if (aeListener) {
|
||||
aeListener->autoMatchedToneCurveChanged(params.toneCurve.curveMode, params.toneCurve.curve);
|
||||
|
@@ -753,7 +753,6 @@ private:
|
||||
params.toneCurve.brightness = 0;
|
||||
params.toneCurve.contrast = 0;
|
||||
params.toneCurve.black = 0;
|
||||
params.toneCurve.hlcompr = 0;
|
||||
|
||||
}
|
||||
|
||||
|
@@ -567,7 +567,9 @@ void ToneCurve::adjusterChanged (Adjuster* a, double newval)
|
||||
return;
|
||||
}
|
||||
|
||||
if (a != expcomp && a != hlcompr && a != hlcomprthresh) {
|
||||
setHistmatching(false);
|
||||
}
|
||||
|
||||
Glib::ustring costr;
|
||||
|
||||
|
Reference in New Issue
Block a user