From 9ffcc41fc42b0f801d4caf91237d4fa7e1c0ce75 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 4 Sep 2007 18:56:49 +0000 Subject: [PATCH] Change log for wxRichTextCtrl default colour correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index ae2a387d86..d3682d5027 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -132,6 +132,7 @@ All (GUI): - Added Set/GetParentWindow to wxHtmlEasyPrinting to allow reuse with different parent windows. - Fixed a wxRichTextCtrl problem saving a URL to XML. +- Fixed default background and text colours for wxRichTextCtrl. wxMSW: