* UITextBox: 加了一个判断
This commit is contained in:
parent
b7fc97c918
commit
eb3823582d
@ -653,6 +653,7 @@ namespace Sunny.UI
|
|||||||
|
|
||||||
private void Edit_TextChanged(object s, EventArgs e)
|
private void Edit_TextChanged(object s, EventArgs e)
|
||||||
{
|
{
|
||||||
|
if (IsDisposed) return;
|
||||||
TextChanged?.Invoke(this, e);
|
TextChanged?.Invoke(this, e);
|
||||||
SetScrollInfo();
|
SetScrollInfo();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user