* UIForm: 修复鼠标点击事件

* UIForm2: 修复鼠标点击事件
This commit is contained in:
Sunny 2024-07-26 10:56:40 +08:00
parent d06628903b
commit fcd8b00784
2 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,7 @@
* 2024-05-16: V3.6.6 Resizable替代ShowDragStretch
* 2024-06-08: V3.6.6
* 2024-07-20: V3.6.8
* 2024-07-26: V3.6.8
******************************************************************************/
using System;
@ -253,6 +254,8 @@ namespace Sunny.UI
}
}
}
base.OnMouseClick(e);
}
public event EventHandler ExtendBoxClick;

View File

@ -24,6 +24,7 @@
* 2024-06-08: V3.6.6
* 2024-07-20: V3.6.8
* 2024-07-21: V3.6.8 UIForm兼容
* 2024-07-26: V3.6.8
******************************************************************************/
using System;
@ -352,6 +353,8 @@ namespace Sunny.UI
}
}
}
base.OnMouseClick(e);
}
/// <summary>