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 [EMAIL PROTECTED]

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

--- shadow/80482        2007-01-08 22:24:41.000000000 -0500
+++ shadow/80482.tmp.3529       2007-01-08 22:24:41.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 80482
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: Gentoo 2.6.14
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: LinkLabel BackColor problem
+
+I believe there is a bug in LinkLabel.
+
+When setting the BackColor to transparent, the LinkLabel object will not be
+rendered correctly. Reproduce the problem with the following:
+linkLabel1.BackColor = System.Drawing.Color.Transparent;
+
+When looking in the code for LinkLabel, my guess is that the problem may be
+related to "base.OnPaint" not being called. The base, Label, calls
+"base.OnPaint".
+
+Also note that Label renders correctly when setting its BackColor to
+transparent.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to