From 5ec581e5d37b108fc9d59e89afd8e94e21b32080 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 17 十月 2023 17:33:36 +0800
Subject: [PATCH] 2023年10月17日17:33:33
---
DLL/Shared.IOS.dll | 0
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs | 3 ++-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/DLL/Shared.IOS.dll b/DLL/Shared.IOS.dll
index 77ca2c5..a6ea8af 100644
--- a/DLL/Shared.IOS.dll
+++ b/DLL/Shared.IOS.dll
Binary files differ
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs
index 80f9deb..87995cc 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs
@@ -220,6 +220,7 @@
if (!keypad.isClicked)
{
buttonFram.Enable = false;
+ buttonFram.GetImageButton().Alpha = 0.5f;
buttonFram.GetImageButton().Enable = false;
buttonFram.GetNameButton().Enable = false;
buttonFram.GetNameButton().TextColor = AksCommonMethod.unBackgroundColor;
@@ -303,7 +304,7 @@
button.MouseUpOutsideEventHandler += (sen, e) =>
{
- button.IsSelected = true;
+ button.IsSelected = false;
};
button.MouseUpEventHandler += (sen, e) =>
--
Gitblit v1.8.0