mac
2023-10-18 282f291d9279319b0e6b4a882b02ed2b50501c04
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ButtonFramLayout.cs
@@ -152,9 +152,8 @@
        {
            EventHandler<MouseEventArgs> UpClick = (sender, e) =>
            {
                this.BackgroundColor = 0x00000000;
                action?.Invoke(this, btnImage, btnName);
                this.BackgroundColor = 0x00000000;
                //弹起来还原背景颜色
            };