Fix bug with removing items from menus with radio buttons in wxMSW.
Update the indices of the radio groups after removing an item from the menu. See #14213. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -658,6 +658,7 @@ wxMSW:
|
||||
- Fix resource leak in wxStaticBitmap with RGBA icons (Artur Wieczorek).
|
||||
- Fix toolbar repainting after deleting a tool from it (Artur Wieczorek).
|
||||
- Allow resetting bitmaps used in wxButton (Artur Wieczorek).
|
||||
- Fix bug with removing items from a menu with radio buttons (Artur Wieczorek).
|
||||
- Fix handling of deleting directories in wxFileSystemWatcher (Eric Raijmakers).
|
||||
- Disable the use of new style wxDirDialog under Vista to work around a bug in
|
||||
its implementation under this system (jtrauntvein).
|
||||
|
Reference in New Issue
Block a user