From fbaae26c41279d9e8a9815f9c7d253163ad341ee Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 27 Feb 2011 08:16:28 +0000 Subject: [PATCH] Change log for wxRTC fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@67042 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 4bdcf46590..7afb377dcb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -110,6 +110,7 @@ All (GUI): cursor without needing a selection, and setting the default style now avoids duplicating character attributes in subsequently typed text when they exist in the paragraph style. +- wxRTC: fixed IsPositionVisible to scroll a position into view correctly. - Fixed error in generic tree control CalculatePositions. - Added wxFD_FILE_MUST_EXIST to wxFileSelector function. - Added wxDataViewCtrl Get/SetValueByRow functions for forward compatibility