陈嘉乐
2020-12-10 9f47eb8beda408a0bcf616dcd0dddc0067782974
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) =>
            {