From dc20ddb39af74fc2a0080d61a4da811206b1a0d9 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 08 六月 2021 14:55:28 +0800 Subject: [PATCH] 2021-6-8-1 --- HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs index b684f7e..ecd6e28 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs @@ -180,6 +180,7 @@ //娴嬭瘯Text testBtn.MouseUpEventHandler += (sender, e) => { + // testBtn.BackgroundColor = CSS.CSS_Color.viewMiddle; var library = libraryList[index - 1]; var control = GetControl(spk, testBtn.TextID, library); //鍙戦�佹祴璇曠爜鍛戒护 @@ -189,6 +190,10 @@ if_bool = true; } }; + testBtn.MouseDownEventHandler += (sender, e) => + { + //testBtn.BackgroundColor = CSS.CSS_Color.textConfirmColor; + }; //鎺у埗澶辫触 failedBtn.MouseUpEventHandler += (sender, e) => { -- Gitblit v1.8.0