From c7739476c7d57e102efe3ff4a42e879b5a9695e8 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 14 Jul 2008 10:00:21 +0000 Subject: [PATCH] Documented wxRTC fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 6e917da3b8..b03ffea5d2 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -103,6 +103,8 @@ All (GUI): - Support wxDP_ALLOWNONE style in generic wxDatePickerCtrl version. - Set wxKeyEvent::m_uniChar correctly in the events generated by generic 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):