* UITreeView: 修复了一个设计期显示错误

This commit is contained in:
Sunny 2022-05-15 14:45:40 +08:00
parent 2ce63dfa9c
commit 55c8009f05

View File

@ -25,6 +25,7 @@
* 2022-03-19: V3.1.1
* 2022-04-01: V3.1.2
* 2022-04-01: V3.1.2 SetNodePainter
* 2022-05-15: V3.1.8
******************************************************************************/
using System;
@ -1083,7 +1084,7 @@ namespace Sunny.UI
return;
}
if (!Bar.Visible)
if (Bar != null && !Bar.Visible)
{
if (m.Msg == 522)
{