From fdbcb1f7463cb766f90bd29dd715485ba9d88524 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 06 九月 2023 17:55:03 +0800
Subject: [PATCH] Merge branch 'wxr-2.0' into Dev-Branch

---
 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