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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
