projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
check the radio buttons when they get focus (closes 777500)
[wxWidgets.git]
/
docs
/
changes.txt
diff --git
a/docs/changes.txt
b/docs/changes.txt
index 6ea5fd429eb0ae3b1227b11a197396b58c9d5e4b..b688689e8adf49aece06c914c4691590100e6be9 100644
(file)
--- a/
docs/changes.txt
+++ b/
docs/changes.txt
@@
-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: