From c2f8e29b9abf09139b3ad0014d46080683417f5d Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 28 Jul 2022 16:20:50 +0800 Subject: [PATCH] =?UTF-8?q?*=20UINavBar:=20=E5=88=A0=E9=99=A4=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=AD=A4=E6=8E=A7=E4=BB=B6=E7=9A=84=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SunnyUI/Controls/UINavBar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SunnyUI/Controls/UINavBar.cs b/SunnyUI/Controls/UINavBar.cs index 71a872de..8ce0b09c 100644 --- a/SunnyUI/Controls/UINavBar.cs +++ b/SunnyUI/Controls/UINavBar.cs @@ -23,6 +23,7 @@ * 2021-08-07: V3.0.5 显示/隐藏子节点提示箭头,增加选中项圆角 * 2022-03-19: V3.1.1 重构主题配色 * 2022-04-14: V3.1.3 重构扩展函数 + * 2022-07-28: V3.2.2 删除界面此控件的编辑器 ******************************************************************************/ using System; @@ -34,7 +35,6 @@ namespace Sunny.UI { [DefaultEvent("MenuItemClick")] [DefaultProperty("Nodes")] - [Designer("System.Windows.Forms.Design.TreeViewDesigner, " + AssemblyRefEx.SystemDesign)] public sealed partial class UINavBar : ScrollableControl, IStyleInterface, IZoomScale { public readonly TreeView Menu = new TreeView();