Added histogram lab adjustments LC CL

This commit is contained in:
Desmis 2020-07-19 11:48:55 +02:00
parent a18f17a476
commit 746be18164

View File

@ -663,6 +663,8 @@ void LCurve::updateCurveBackgroundHistogram(
{
lshape->updateBackgroundHistogram (histLCurve);
ccshape->updateBackgroundHistogram (histCCurve);
lcshape->updateBackgroundHistogram (histCCurve);
clshape->updateBackgroundHistogram (histLCurve);
}
void LCurve::setAdjusterBehavior (bool bradd, bool contradd, bool satadd)