[Mono-bugs] [Bug 79537][Cos] Changed - Label: Setting the height of a Label to 2 should give us nice separator lines
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Nov 3 03:33:16 EST 2006
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 everaldo at simios.org.
http://bugzilla.ximian.com/show_bug.cgi?id=79537
--- shadow/79537 2006-11-03 03:23:15.000000000 -0500
+++ shadow/79537.tmp.32207 2006-11-03 03:33:16.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 79537
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Windows.Forms
AssignedTo: everaldo at simios.org
ReportedBy: alex.olk at googlemail.com
QAContact: mono-bugs at ximian.com
@@ -38,6 +38,14 @@
The problem is that mwf contrary to ms swf draws the Label border with
ControlPaint.DrawBorder3D in XplatUI*. That means we have a non client
area (width 2) for the Label control.
MS doesn't have this. The border is drawn by the label control itself.
+
+------- Additional Comments From everaldo at simios.org 2006-11-03 03:33 -------
+Fixed in SVN.
+
+The problem is that DrawBorder3D paints theres internal border to make
+a 3D effect, bottom inner lines erases top outer line. Now inner lines
+is painted only when it need. Is fixed also all cases in which Width
+or Height is less than 3.
More information about the mono-bugs
mailing list