wei
2020-12-04 6ba43603ccd8868a4ee73e9b978b7cb20a5b2c52
HDL_ON/UI/UI0-Public/Widget/ListCellView.cs
@@ -110,9 +110,8 @@
                this.AddChidren(BtnGo);
            }
            LineView = new LineView();
            LineView = new LineView(this.Height);
            this.AddChidren(LineView);
            LineView.Y = this.Height - LineView.Height;
            EventHandler<MouseEventArgs> eventHandler = (sender, e) =>
            {