Fix changing the label of a submenu in wxMSW.
Use position, not the ID, to find the native menu items to allow the code in wxMenuItem::SetItemLabel() and DoSetBitmap() to also work with submenus and not just the normal items. Closes #16246. [This is the backport of r76676 from trunk.] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -616,6 +616,7 @@ wxMSW:
|
||||
- Fix wxFileName::GetShortcutTarget() in console applications.
|
||||
- Fix wxFileName::MakeRelativeTo() for shortcut files (gafatoa).
|
||||
- Fix height of initially empty wxBitmapComboBox (Artur Wieczorek).
|
||||
- Fix setting label of submenu items (Artur Wieczorek).
|
||||
|
||||
|
||||
3.0.1: (released 2014-06-15)
|
||||
|
Reference in New Issue
Block a user