Files
wxWidgets/include
Vadim Zeitlin 405b6f529d Remove wxPickerBase::OnTextCtrlDelete() which seems unnecessary
It's not clear why should we be handling wxEVT_DESTROY for our own text
control when it can only be deleted as part of deleting the picker
itself and doing it resulted in UB as we accessed wxPickerBase object
after having already destroyed it, when the text control was destroyed
when destroying its children from wxWindowBase dtor.
2024-10-21 21:23:07 +02:00
..