mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
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.