[Mono-bugs] [Bug 80626][Min] Changed - TextBox with BorderStyle.None should not start with its real size
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 15 17:44:36 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80626
--- shadow/80626 2007-02-07 14:47:27.000000000 -0500
+++ shadow/80626.tmp.7841 2007-03-15 16:44:36.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80626
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
@@ -25,6 +25,10 @@
t.BorderStyle = BorderStyle.None;
Debug.Assert(t.Height == 20);
t.CreateControl();
Debug.Assert(t.Height == 13);
}
}
+
+------- Additional Comments From jackson at ximian.com 2007-03-15 16:44 -------
+This should be fixed in SVN now. Thanks for the reports!
+
More information about the mono-bugs
mailing list