From cc37cf55c02da9e49eab9859ed72f146dee6f635 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 11 九月 2023 14:17:55 +0800 Subject: [PATCH] Merge branch 'Dev-Branch' into wjc --- HDL_ON/UI/UI2/FuntionControlView/Light/GroupControlPage_V2.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/GroupControlPage_V2.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/GroupControlPage_V2.cs index 4a05b7c..c48a8d5 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Light/GroupControlPage_V2.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Light/GroupControlPage_V2.cs @@ -1,10 +1,7 @@ 锘縰sing System; using System.Collections.Generic; -using HDL_ON.Common; -using HDL_ON.DriverLayer; using HDL_ON.Entity; using HDL_ON.UI.CSS; -using Java.Util.Functions; using Shared; namespace HDL_ON.UI @@ -352,6 +349,7 @@ dimmerBar.OnProgressChangedEvent = (sender, e) => { + return; if (e == 0 && lastBrightness != 0) { lastBrightness = 0; @@ -446,6 +444,7 @@ dimmerBar.OnProgressChangedEvent = (sender, e) => { + return; if (e == 0 && lastBrightness != 0) { lastBrightness = 0; @@ -767,6 +766,7 @@ dimmerBar.OnProgressChangedEvent = (sender, e) => { + return; if (e == 0 && lastBrightness != 0) { lastBrightness = 0; -- Gitblit v1.8.0