From ac2aeba22ed55fd81bd87a373017933ecb49508c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 09 六月 2021 17:22:54 +0800 Subject: [PATCH] Merge branch 'WJC' into wxr6 --- 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