From 7581722e0cfb016a168641ae78b2b1f0a02c3796 Mon Sep 17 00:00:00 2001 From: Desmis Date: Wed, 6 Nov 2019 08:48:09 +0100 Subject: [PATCH] comment code --- rtgui/locallab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/locallab.h b/rtgui/locallab.h index 9a6ad7646..6a44e414a 100644 --- a/rtgui/locallab.h +++ b/rtgui/locallab.h @@ -80,7 +80,7 @@ private: DiagonalCurveEditor* const Lmaskshape; DiagonalCurveEditor* const llshape; DiagonalCurveEditor* const ccshape; - MyComboBoxText* const toneMethod; + MyComboBoxText* const toneMethod;//put here to use toneMethod in rgbshape DiagonalCurveEditor* const rgbshape; FlatCurveEditor* const LHshape; FlatCurveEditor* const HHshape;