do not reset highlight compression when doing histogram matching

This commit is contained in:
Alberto Griggio
2018-01-21 19:21:41 +01:00
parent d44a3b8bb3
commit b13db578eb
3 changed files with 3 additions and 3 deletions

View File

@@ -567,7 +567,9 @@ void ToneCurve::adjusterChanged (Adjuster* a, double newval)
return;
}
setHistmatching(false);
if (a != expcomp && a != hlcompr && a != hlcomprthresh) {
setHistmatching(false);
}
Glib::ustring costr;