* TextControl.cs: For the last char of a line we need to use the
authorJackson Harper <jackson@novell.com>
Thu, 25 Jan 2007 22:24:12 +0000 (22:24 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 25 Jan 2007 22:24:12 +0000 (22:24 -0000)
commitc56d57817321e0f38f05b799d648186245c6548d
tree997dd493478ac584eb1fda81630c8b7a8d46991b
parentbd13867afe7c23536899d0aac6d175c35f51fe9f
    * TextControl.cs: For the last char of a line we need to use the
        line size, not that chars width, since it won't actually be
        computed since the right side of a char is based on the start of
        the left side of the next char, and the next char does not
exist.

svn path=/trunk/mcs/; revision=71726
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs