[Mono-bugs] [Bug 77734][Nor] Changed - [PATCH] Graphics.Transform isn't resetted between calls to Paint

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 18 17:11:27 EDT 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 peter at novonyx.com.

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

--- shadow/77734	2006-05-17 22:07:52.000000000 -0400
+++ shadow/77734.tmp.4011	2006-05-18 17:11:27.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 77734
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Fedora Core (Rawhide)
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: paul at all-the-johnsons.co.uk               
 QAContact: mono-bugs at ximian.com
@@ -218,6 +218,11 @@
                         Console.WriteLine (g.ClipBounds);
                         Console.WriteLine (e.ClipRectangle);
                 };
         }
 }
 
+
+------- Additional Comments From peter at novonyx.com  2006-05-18 17:11 -------
+Fixed in svn r60835. Problem was with double-buffer enabled controls, 
+Control keeps that graphics context around and changes were therefore 
+cumulative.


More information about the mono-bugs mailing list