mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
Even though it doesn't make any real difference for these dialogs, we still shouldn't delete top level windows directly and should rather call Destroy() on them to let them be cleaned up during the next idle time processing. See #18747.