wxr
2020-12-16 23ee4f8c373f9abecf079ef9d4297d8b6cd8d5e6
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) =>
            {