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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -64,6 +64,16 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-11-29 21:09 ------- is this a winforms bug? or a system.drawing bug? ------- Additional Comments From [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
