* UITreeView: 修复了一个设计期显示错误
This commit is contained in:
parent
2ce63dfa9c
commit
55c8009f05
@ -25,6 +25,7 @@
|
|||||||
* 2022-03-19: V3.1.1 重构主题配色
|
* 2022-03-19: V3.1.1 重构主题配色
|
||||||
* 2022-04-01: V3.1.2 增加水平滚动条
|
* 2022-04-01: V3.1.2 增加水平滚动条
|
||||||
* 2022-04-01: V3.1.2 自定义行颜色,可通过代码给颜色值,SetNodePainter
|
* 2022-04-01: V3.1.2 自定义行颜色,可通过代码给颜色值,SetNodePainter
|
||||||
|
* 2022-05-15: V3.1.8 修复了一个设计期显示错误
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
@ -1083,7 +1084,7 @@ namespace Sunny.UI
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Bar.Visible)
|
if (Bar != null && !Bar.Visible)
|
||||||
{
|
{
|
||||||
if (m.Msg == 522)
|
if (m.Msg == 522)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user