Documented wxRTC fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-07-14 10:00:21 +00:00
parent ba4fb41424
commit c7739476c7

View File

@@ -103,6 +103,8 @@ All (GUI):
- Support wxDP_ALLOWNONE style in generic wxDatePickerCtrl version. - Support wxDP_ALLOWNONE style in generic wxDatePickerCtrl version.
- Set wxKeyEvent::m_uniChar correctly in the events generated by generic - Set wxKeyEvent::m_uniChar correctly in the events generated by generic
wxListCtrl (Mikkel S). wxListCtrl (Mikkel S).
- Fixed wrapping bug in wxRichTextCtrl when there were images present;
now sets the cursor to the next line after pressing Shift+Enter.
All (Unix): All (Unix):