[Mono-bugs] [Bug 76562][Blo] Changed - [PATCH] 32-bit BMPs should be loaded as Format32bppRgb

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 7 13:44:10 EST 2005


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 kornelpal at hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76562

--- shadow/76562	2005-10-31 14:10:16.000000000 -0500
+++ shadow/76562.tmp.24066	2005-11-07 13:44:10.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 76562
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: libgdiplus
 AssignedTo: jordi at ximian.com                            
 ReportedBy: kornelpal at hotmail.com               
 QAContact: mono-bugs at ximian.com
@@ -42,6 +42,9 @@
          case 32:
 -                return Format32bppArgb;
 +                return Format32bppRgb;
          case 24:
                  return Format24bppRgb;
          case 8: 
+
+------- Additional Comments From kornelpal at hotmail.com  2005-11-07 13:44 -------
+Fixed in SVN.


More information about the mono-bugs mailing list