[Mono-bugs] [Bug 82100][Nor] Changed - CheckedListBox: checkbox drawing issue
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 16 11:07:45 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82100
--- shadow/82100 2007-07-16 11:07:34.000000000 -0400
+++ shadow/82100.tmp.6711 2007-07-16 11:07:45.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82100
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
@@ -25,6 +25,25 @@
To reproduce, compile and run the attached code snippet.
------- Additional Comments From gert.driesen at pandora.be 2007-07-14 03:53 -------
Created an attachment (id=19562)
Repro
+
+------- Additional Comments From monkey at jpobst.com 2007-07-16 11:07 -------
+Fixed in SVN r82037.
+
+2007-07-16 Jonathan Pobst <monkey at jpobst.com>
+
+ * 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!
More information about the mono-bugs
mailing list