wei
2021-09-28 db45c85a6ddebc5018b32a9d9dc04f839db3fa76
HDL_ON/UI/UI2/FuntionControlView/Light/ColorTureLampPage.cs
@@ -652,6 +652,7 @@
            /// <param name="i_width">宽度,非真实值</param>
            public CCTSeekBarControl(int i_width = 210)
            {
            ProgressChangeDelayTime = 30;
                this.Width = Application.GetRealWidth(i_width);
                this.Height = Application.GetRealHeight(54);
                //圆球的宽度
@@ -689,7 +690,6 @@
                    this.OnProgressChangedEvent -= this.MyProgressChangedEvent;
                    return;
                }
                this.ProgressChangedEvent(0, value);
            }