mac
2023-10-17 5ec581e5d37b108fc9d59e89afd8e94e21b32080
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) =>