Fix handling of menu items checked before being attached in wxMSW.
Calling wxMenuItem::Check() before appending the item to a menu didn't have any effect, fix this by checking the item state when actually attaching it. Closes #15748. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -626,6 +626,7 @@ wxMSW:
|
||||
- Fix handling of wxSET, wxCLEAR and wxINVERT in wxDC (Artur Wieczorek).
|
||||
- Fix bug with multiple default buttons in a dialog (Artur Wieczorek).
|
||||
- Improve tooltips wrapping after updating their text (Artur Wieczorek).
|
||||
- Fix checking menu items before appending them to the menu.
|
||||
|
||||
wxOSX:
|
||||
|
||||
|
Reference in New Issue
Block a user