Add back control pool

This commit is contained in:
SoftFever
2024-06-16 01:24:44 +08:00
parent 72b8bf26ef
commit d703d2b754
7 changed files with 162 additions and 27 deletions

View File

@@ -166,6 +166,7 @@ int ComboBox::Append(const wxString &item,
void ComboBox::DoClear()
{
SetIcon("drop_down");
texts.clear();
tips.clear();
icons.clear();