wei
2020-12-19 c5a873df96e4a797426e4dd5eafe5b43f7aea564
HDL_ON/UI/UI0-Public/PublicAssmebly.cs
@@ -127,13 +127,13 @@
            Button btnClear = new Button()
            {
                X = Application.GetRealWidth(218),
                Y = Application.GetRealWidth(66),
                X = Application.GetRealWidth(218-25),
                Gravity = Gravity.CenterVertical,
                Width = Application.GetRealWidth(24),
                Height = Application.GetRealWidth(24),
                UnSelectedImagePath = "Public/ClearIcon.png",
            };
            contentView.AddChidren(btnClear);
            editView.AddChidren(btnClear);
            btnClear.MouseUpEventHandler = (sender, e) =>
            {