wxr
2023-08-18 3fcb73db484d2bed5ee993702913a7eaea68068c
HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs
@@ -314,11 +314,11 @@
                    SeekBarPadding = Application.GetRealWidth(20),
                };
                controlView.AddChidren(barFadeTime);
                barFadeTime.OnStopTrackingTouchEvent = (sender, e) =>
                {
                    function.SetAttrState(FunctionAttributeKey.FadeTime, barFadeTime.Progress);
                    function.UpdataFuncitonInfo();
                };
                //barFadeTime.OnStopTrackingTouchEvent = (sender, e) =>
                //{
                //    function.SetAttrState(FunctionAttributeKey.FadeTime, barFadeTime.Progress);
                //    function.UpdataFuncitonInfo();
                //};
                var btnGradualChangeMaxValuesText = new Button()
                {