[Mono-bugs] [Bug 82097][Wis] Changed - Blurred text in CheckedListBox

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 16 11:07:24 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=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: monkey at jpobst.com                            
 ReportedBy: jon at jcosby.com               
 QAContact: mono-bugs at ximian.com
@@ -83,6 +83,25 @@
 
 
 How often does this happen? Every time.
 
 
 Additional Information:
+
+------- 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