[Mono-bugs] [Bug 74858][Nor] Changed - Issues with drawing inside PaintEventHandler

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 May 2005 11:48:40 -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=74858

--- shadow/74858	2005-05-07 07:20:11.000000000 -0400
+++ shadow/74858.tmp.6145	2005-05-09 11:48:40.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74858
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Gentoo 2005.0
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jakub007@go2.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -332,6 +332,15 @@
 			this.ResumeLayout(false);
 		}
 		#endregion
 	}
 }
 ------------cut here-------------------
+
+------- Additional Comments From peter@novonyx.com  2005-05-09 11:48 -------
+The program works nice and smooth for me in both Linux and Windows on 
+SVN head. We had some changes to PictureBox (and drawing/double-
+buffer related work)
+
+Can you try either svn head or this dll: http://mwf.mono-
+project.com/System.Windows.Forms.dll (install into gac with "gac -i") 
+and see if it's still happening?