From 785e99cd99d72f140d5ccbf06596f35a9d578b62 Mon Sep 17 00:00:00 2001 From: Desmis Date: Thu, 10 Jan 2019 13:41:24 +0100 Subject: [PATCH] Another fixe for curves --- rtgui/locallab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/locallab.cc b/rtgui/locallab.cc index ff997e2a5..2e62712a6 100644 --- a/rtgui/locallab.cc +++ b/rtgui/locallab.cc @@ -300,7 +300,7 @@ Locallab::Locallab(): LLmaskshape->setIdentityValue(0.); LLmaskshape->setResetCurve(FlatCurveType(defSpot.LLmaskcurve.at(0)), defSpot.LLmaskcurve); LLmaskshape->setTooltip(M("TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP")); - // LLmaskshape->setBottomBarBgGradient(mllshape); + LLmaskshape->setBottomBarBgGradient(mllshape); maskCurveEditorG->curveListComplete();