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=82081 --- shadow/82081 2007-07-12 10:20:12.000000000 -0400 +++ shadow/82081.tmp.1781 2007-07-12 10:21:50.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82081 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Wishlist Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -36,6 +36,28 @@ How often does this happen? always Additional Information: I can get it to go away by setting the bordercolor to Transparent but a border color of transparent is not allowed in .Net + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-12 10:21 ------- +Fixed in SVN r81871. Also made setting a BorderColor to transparent +throw a NotSupportedException. + +2007-07-12 Jonathan Pobst <[EMAIL PROTECTED]> + + * FlatButtonAppearance.cs: Throw NotSupportedException for a + Transparent BorderColor. + +2007-07-12 Jonathan Pobst <[EMAIL PROTECTED]> + + * ButtonPainter.cs: For Flat button, if BorderSize is 0, don't + draw the rectangle. Setting the pen's width to 1 isn't good + enough, it still draws the border. [Fixes bug #82081] + +2007-07-12 Jonathan Pobst <[EMAIL PROTECTED]> + + * ButtonTest.cs: Add test showing a NSE if Flat BorderColor is +Transparent. + +Thanks for the report! _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
