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=82097 --- shadow/82097 2007-07-16 11:06:56.000000000 -0400 +++ shadow/82097.tmp.6686 2007-07-16 11:07:24.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82097 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: openSUSE 10.2 -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Wishlist Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -83,6 +83,25 @@ How often does this happen? Every time. Additional Information: + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-16 11:07 ------- +Fixed in SVN r82037. + +2007-07-16 Jonathan Pobst <[EMAIL PROTECTED]> + + * ListBox.cs: When measuring items, if it's a CheckedListBox, add room + for the checkbox. + * ThemeWin32Classic.cs: Make the checkbox bigger in a CheckedListBox +and use + X, Y instead of a rect for drawing text. + - For ControlPaint.DrawCheckBox, center the check a little better +when the + checkbox is odd width. When drawing a flat checkbox, use a white +background + when state != inactive. + [Fixes bugs #82097, 82100] + +Thanks for the report! _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
