From e4f7080639ee8cbc71172e5202f953924cedc074 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 12 十月 2023 16:37:40 +0800
Subject: [PATCH] 2023年10月12日16:37:10

---
 HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
index ad1caf0..a69b5e8 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
@@ -89,7 +89,7 @@
             EventHandler<MouseEventArgs> DownClick = (sender, e) =>
             {
                 //鎸変笅鍘绘敼鍙樿儗鏅鑹�
-                //this.BackgroundColor = 0xff454635;
+                //this.BackgroundColor = AksCommonMethod.seleBackgroundColor;
                 action?.Invoke(this);
             };
             this.MouseUpEventHandler += DownClick;

--
Gitblit v1.8.0