[Mono-bugs] [Bug 66055][Nor] Changed - Caching of graphics objects on image causes problems
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 10:29:19 -0400 (EDT)
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 rkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66055
--- shadow/66055 2004-09-15 18:33:06.000000000 -0400
+++ shadow/66055.tmp.3879 2004-09-16 10:29:19.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 66055
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: david.mitchell@telogis.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -85,6 +85,9 @@
+
+ *graphics = gfx;
return Ok;
}
This will always create a new graphics for each image. Feedback?
+
+------- Additional Comments From rkumar@novell.com 2004-09-16 10:29 -------
+Your patch looks ok. This is in cvs HEAD now. Thanks for the patch!