From 531f1380ec8478e109118cf96bc2c9f31e9278d1 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 23 六月 2021 09:27:23 +0800 Subject: [PATCH] 代码同步 --- HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs index b910d3e..cb6f2da 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs @@ -163,12 +163,12 @@ { colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheelGray.png"; } - colorPicker.MouseDownEventHandler = (sender, e) => { - MainPage.BasePageView.ScrollEnabled = false; - }; - colorPicker.MouseUpEventHandler = (sender, e) => { - MainPage.BasePageView.ScrollEnabled = true; - }; + //colorPicker.MouseDownEventHandler = (sender, e) => { + // MainPage.BasePageView.ScrollEnabled = false; + //}; + //colorPicker.MouseUpEventHandler = (sender, e) => { + // MainPage.BasePageView.ScrollEnabled = true; + //}; //鐧界偣鎺т欢 this.btnWhiteRound = new Button(); -- Gitblit v1.8.0