diff --git a/rtgui/labcurve.cc b/rtgui/labcurve.cc index 5f4febc0a..27a8bee52 100644 --- a/rtgui/labcurve.cc +++ b/rtgui/labcurve.cc @@ -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)