* 重构主题

This commit is contained in:
Sunny 2023-11-13 13:16:44 +08:00
parent 7c7e759f44
commit b6bb47f2fd

View File

@ -34,6 +34,7 @@
* 2023-03-26: V3.3.4 LabelEdit属性
* 2023-05-13: V3.3.6 DrawString函数
* 2023-07-02: V3.3.9 DrawMode属性OwnerDrawAll
* 2023-11-13: V3.5.2
******************************************************************************/
using System;
@ -869,7 +870,6 @@ namespace Sunny.UI
Controls.Add(HBar);
Controls.Add(view);
FillColor = Color.White;
Style = UIStyle.Custom;
ResumeLayout(false);
}