* UINavMenu:恢复至上一版。
This commit is contained in:
parent
23fe4e46d4
commit
48ce314aba
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -21,7 +21,6 @@
|
||||
* 2020-03-12: V3.0.2 增加设置二级菜单底色
|
||||
******************************************************************************/
|
||||
|
||||
using Sunny.UI.Win32;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.ComponentModel;
|
||||
@ -786,17 +785,9 @@ namespace Sunny.UI
|
||||
|
||||
protected override void WndProc(ref Message m)
|
||||
{
|
||||
if (IsDisposed || Disposing) return;
|
||||
|
||||
switch (m.Msg)
|
||||
{
|
||||
case User.WM_ERASEBKGND:
|
||||
Win32.User.ShowScrollBar(Handle, 3, false);
|
||||
break;
|
||||
default:
|
||||
base.WndProc(ref m);
|
||||
break;
|
||||
}
|
||||
if (IsDisposed || Disposing) return;
|
||||
Win32.User.ShowScrollBar(Handle, 3, false);
|
||||
}
|
||||
|
||||
public TreeNode CreateNode(string text, int pageIndex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user