Fix wxMenu::GetTitle() before the menu is appended to the menu bar.
The mnemonics conversion was not done correctly when the menu title contained them but the menu hadn't been appended to the menu bar yet. Closes #15461. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -572,6 +572,10 @@ All (GUI):
|
||||
- Set correct cursor when the mouse is over image map links in wxHTML (LukasK).
|
||||
- Add wxPropertyGridPageState::GetColumnFullWidth() (Teodor Petrov).
|
||||
|
||||
wxGTK:
|
||||
|
||||
- Fix wxMenu::GetTitle() before the menu is appended to the bar (David Hart).
|
||||
|
||||
wxMSW:
|
||||
|
||||
- It is now possible to tab into radio boxes again.
|
||||
|
Reference in New Issue
Block a user