wjc
2023-08-09 44d6b49d86f8c531cbed718a8c109f3bc2db2177
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
@@ -68,7 +68,7 @@
        {
            EventHandler<MouseEventArgs> UpClick = (sender, e) =>
            {
                this.BackgroundColor = 0x00000000;
                //this.BackgroundColor = 0x00000000;
                //弹起来还原背景颜色
            };
@@ -90,7 +90,7 @@
            EventHandler<MouseEventArgs> DownClick = (sender, e) =>
            {
                //按下去改变背景颜色
                this.BackgroundColor = 0xff454635;
                //this.BackgroundColor = 0xff454635;
                action?.Invoke(this);
            };
            this.MouseUpEventHandler += DownClick;