[Mono-bugs] [Bug 80628][Min] Changed - TextBox has wrong ClientRectangle.Height after setting BorderStyle to FixedSingle
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 15 18:10:47 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=80628
--- shadow/80628 2007-03-08 13:59:30.000000000 -0500
+++ shadow/80628.tmp.8604 2007-03-15 17:10:47.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80628
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
@@ -41,6 +41,9 @@
When the FixedSingle border is used no border WindowStyle is set, the
full Bounds is considered Client area, and the TextBox draws the
border itself.
When FixedSingle is chosen, we need to set Control.InternalBorderStyle
= None, and paint the border somewhere in TextBox. (OnPaint[Background]).
+
+------- Additional Comments From jackson at ximian.com 2007-03-15 17:10 -------
+This is fixed in SVN.
More information about the mono-bugs
mailing list