* UINavMenu: 修复了鼠标离开事件

This commit is contained in:
Sunny 2023-02-02 09:55:32 +08:00
parent 9cbe7c403c
commit 320eec465d

View File

@ -31,6 +31,7 @@
* 2022-08-19: V3.2.3 * 2022-08-19: V3.2.3
* 2022-11-03: V3.2.6 * 2022-11-03: V3.2.6
* 2022-11-03: V3.2.6 * 2022-11-03: V3.2.6
* 2023-02-02: V3.3.1
******************************************************************************/ ******************************************************************************/
using System; using System;
@ -592,6 +593,7 @@ namespace Sunny.UI
Graphics g = CreateGraphics(); Graphics g = CreateGraphics();
ClearCurrentNode(g); ClearCurrentNode(g);
g.Dispose(); g.Dispose();
base.OnMouseLeave(e);
} }
private bool checkBoxes; private bool checkBoxes;