From e0765ec0bf7f52f446b18c56de84d9a671afbb0a Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 19 Dec 2006 18:05:21 +0000 Subject: [PATCH] flush svn path=/trunk/mcs/; revision=69764 --- mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog index 5b78545cf2c..782fae44c12 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog @@ -9,7 +9,11 @@ FormatSpecified param, basically this works in the same way as BoundsSpecified in Control. - Set the caret properties when the caret is positioned. - - + - When wrapping text make sure that we calculate the width of the + last character + - when calculating alignments we might have wrapped down to the + next line, so don't search for an individual tag, search for the + end of the line 2006-12-19 Daniel Nauck -- 2.11.4.GIT