* TextBoxBase.cs: When positioning the caret, use the line, pos
commit6edfd628af02a61df8ed7713f3da8d13404f14dd
authorJackson Harper <jackson@novell.com>
Thu, 16 Nov 2006 18:32:22 +0000 (16 18:32 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 16 Nov 2006 18:32:22 +0000 (16 18:32 -0000)
treedee5b6bfa78d9361b2e590052f7acf84d58cea71
parentb2379db13f8953d2eae8ddf32a726f0edaefdfc4
    * TextBoxBase.cs: When positioning the caret, use the line, pos
        method, since the x, y method does not grab the correct tag, and
        the caret height never gets set correctly. (Maybe I should just
do
        away with the caret having its own height, and always use the
        carets current tag for height).

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