mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
This results in both cosmetic problems, with the mnemonic being shown by wxTreeBook, and asserts/crashes when changing notebook type due to GetPageText() returning the page text without "&" and hence comparison with RADIOBUTTONS_PAGE_NAME in CreatePage() failing. For now just don't use mnemonics, even if this just hides the problem and doesn't really solve it. See #25840.