From b6bb47f2fd629e5777abcf89e675762b138c1064 Mon Sep 17 00:00:00 2001 From: Sunny Date: Mon, 13 Nov 2023 13:16:44 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E9=87=8D=E6=9E=84=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SunnyUI/Controls/UITreeView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SunnyUI/Controls/UITreeView.cs b/SunnyUI/Controls/UITreeView.cs index 85fbc9e6..de2ff6cf 100644 --- a/SunnyUI/Controls/UITreeView.cs +++ b/SunnyUI/Controls/UITreeView.cs @@ -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); }