Added entry on generic wxDatePickerCtrl keyboard navigation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@63163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-01-17 12:10:50 +00:00
parent ea4b3d8058
commit ab1b239de2

View File

@@ -128,6 +128,7 @@ All (GUI):
- Added wxBORDER_THEME to XRC.
- Speeded up wxTreeCtrl by caching text size (botg).
- Fix building with using system libpng 1.4 (Volker Grabsch).
- Fixed generic wxDatePickerCtrl keyboard navigation.
wxMSW: