* UIForm:解决拖拽时刷新闪烁的问题

This commit is contained in:
Sunny 2020-09-17 20:34:54 +08:00
parent dd61dab0de
commit 18bd46cf3d
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -54,7 +54,7 @@ namespace Sunny.UI
ControlStyles.DoubleBuffer | ControlStyles.DoubleBuffer |
ControlStyles.OptimizedDoubleBuffer | ControlStyles.OptimizedDoubleBuffer |
ControlStyles.AllPaintingInWmPaint | ControlStyles.AllPaintingInWmPaint |
ControlStyles.ResizeRedraw | //ControlStyles.ResizeRedraw |
ControlStyles.SupportsTransparentBackColor, true); ControlStyles.SupportsTransparentBackColor, true);
UpdateStyles(); UpdateStyles();