* UITextBox: 修复Click点击事件
This commit is contained in:
parent
bb92bfa971
commit
3afec3c581
@ -135,6 +135,7 @@ namespace Sunny.UI
|
||||
private void waterMarkContainer_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Focus();
|
||||
base.OnClick(EventArgs.Empty);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user