don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON works just as well and doesn't hang the application in some circumstances (#9786) [backport from trunk]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-23 18:38:24 +00:00
parent 3b14cd750c
commit 1c802b3b14
2 changed files with 13 additions and 17 deletions

View File

@@ -140,6 +140,7 @@ wxMSW:
creating a DIB and not DDB in wxBitmap(const wxImage&) ctor.
- Fix the bug with wxFileDialog not being shown at all if the default file name
was invalid.
- Fix hang in keyboard navigation code with radio buttons under Windows 2000.
wxGTK: