From 6ee339fc947c01b08a6e549e232f320253f16120 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 14 九月 2023 18:04:03 +0800 Subject: [PATCH] 2023年09月14日18:04:01 --- 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