Fix changing labels of menu items with bitmaps in wxMSW.
We need to call SetMenuItemInfo() from wxMenuItem::SetItemLabel() even for the owner-drawn items, otherwise their width is not recomputed. Closes #3897. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -626,6 +626,7 @@ wxMSW:
|
||||
- Don't send any events from wxSpinCtrl::SetRange() even if the value changed.
|
||||
- Display system drag images during drag and drop if available (PeterO).
|
||||
- Fix setting initial wxSpinCtrl value outside 0..100 range (joim).
|
||||
- Fix changing labels of menu items with bitmaps (Daniel Hyams).
|
||||
|
||||
wxOSX/Cocoa:
|
||||
|
||||
|
Reference in New Issue
Block a user