* UITextBox: 修复Click点击事件

This commit is contained in:
Sunny 2022-07-16 23:24:46 +08:00
parent bb92bfa971
commit 3afec3c581

View File

@ -135,6 +135,7 @@ namespace Sunny.UI
private void waterMarkContainer_Click(object sender, EventArgs e) private void waterMarkContainer_Click(object sender, EventArgs e)
{ {
this.Focus(); this.Focus();
base.OnClick(EventArgs.Empty);
} }
/// <summary> /// <summary>