Browse Source

oops, accidental regression.

svn path=/trunk/mcs/; revision=69000
Jackson Harper 19 years ago
parent
commit
ece3756293

+ 2 - 0
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs

@@ -3888,6 +3888,8 @@ if (owner.backcolor_set || (owner.Enabled && !owner.read_only)) {
 					}
 				}
 
+				Y += line.height;
+
 				if (line_no > lines) {
 					break;
 				}