check the radio buttons when they get focus (closes 777500)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-21 15:09:13 +00:00
parent 54cf600d4e
commit f607434a0f
3 changed files with 37 additions and 76 deletions

View File

@@ -58,6 +58,7 @@ wxMSW:
- fixed wxTE_*WRAP styles handling
- wxTextCtrl::GetValue() works with text in non default encoding
- changed wxCrashReport to generate minidumps instead of text files
- wxRadioButtons are now checked when they get focus (standard behaviour)
wxGTK: