make wxNO_BORDER work with wxRadioBox (patch 1525406)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-25 01:57:24 +00:00
parent 785d8330bb
commit 378b042b98
3 changed files with 15 additions and 0 deletions

View File

@@ -118,6 +118,10 @@ wxMSW:
- Corrected GetChecked() for events from checkable menu items (smanders)
- Fixed popup menus under Windows NT 4
wxGTK:
- Fix wxNO_BORDER style for wxRadioBox (David Hart)
2.8.3
-----