[Mono-bugs] [Bug 79960][Cos] Changed - Images drawn fuzzy on MoMA application buttons

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 8 19:24:25 EST 2006


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=79960

--- shadow/79960	2006-12-08 13:41:55.000000000 -0500
+++ shadow/79960.tmp.25156	2006-12-08 19:24:25.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 79960
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Cosmetic
 Component: Windows.Forms
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: joncham at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -64,6 +64,16 @@
 ------- Additional Comments From toshok at ximian.com  2006-11-29 21:09 -------
 is this a winforms bug?  or a system.drawing bug?
 
 ------- Additional Comments From toshok at ximian.com  2006-12-08 13:40 -------
 so after we all talked about it, it sounds like this is more likely a
 problem with system.drawing's interaction with gdi.
+
+------- Additional Comments From monkey at jpobst.com  2006-12-08 19:24 -------
+* ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
+Graphics.DrawImage (image, int, int, int, int) overload instead of
+Graphics.DrawImage (image, int, int).  GDI+ can't figure out the dpi
+difference and was blurring images it drew.
+
+Fixed in r69251.
+
+Great catch there, eagle eye.


More information about the mono-bugs mailing list