mac
2023-10-17 5ec581e5d37b108fc9d59e89afd8e94e21b32080
2023年10月17日17:33:33
2个文件已修改
3 ■■■■ 已修改文件
DLL/Shared.IOS.dll 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/CornerFramLayout.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DLL/Shared.IOS.dll
Binary files differ
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) =>