* UIComboBox: 修改了几个对象的释放
This commit is contained in:
parent
b49d082a7f
commit
a53f0f5e8e
4
SunnyUI/Controls/UIComboBox.Designer.cs
generated
4
SunnyUI/Controls/UIComboBox.Designer.cs
generated
@ -18,6 +18,10 @@
|
|||||||
components.Dispose();
|
components.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dropForm?.Dispose();
|
||||||
|
filterForm?.Dispose();
|
||||||
|
filterItemForm?.Dispose();
|
||||||
|
|
||||||
base.Dispose(disposing);
|
base.Dispose(disposing);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
* 2023-02-04: V3.3.1 增加清除按钮
|
* 2023-02-04: V3.3.1 增加清除按钮
|
||||||
* 2023-03-15: V3.3.3 修改失去焦点自动关闭过滤下拉框
|
* 2023-03-15: V3.3.3 修改失去焦点自动关闭过滤下拉框
|
||||||
* 2023-06-28: V3.3.9 增加过滤时忽略大小写
|
* 2023-06-28: V3.3.9 增加过滤时忽略大小写
|
||||||
|
* 2023-07-03: V3.3.9 修改了几个对象的释放
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user