mac
2023-10-12 e4f7080639ee8cbc71172e5202f953924cedc074
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;