[Mono-bugs] [Bug 52695][Wis] Changed - Brushes.cs behavior is not consistent with .NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Apr 2004 00:37:33 -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 peter@novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52695
--- shadow/52695 2004-01-09 01:18:19.000000000 -0500
+++ shadow/52695.tmp.3828 2004-04-30 00:37:33.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 52695
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
-Component: System.Drawing.
+Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: rkumar@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -57,6 +57,11 @@
How often does this happen?
Always.
Additional Information:
Looks like Brushes.cs does not create a new Brush for every request unlike
Mono, where every time new Brush is created.
+
+------- Additional Comments From peter@novonyx.com 2004-04-30 00:37 -------
+Miguel made the call that we should be MS compatible. This way we are
+also a bit more conservative with RAM.
+Fixed in CVS