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=76462 --- shadow/76462 2005-10-17 11:51:45.000000000 -0400 +++ shadow/76462.tmp.19684 2005-10-17 11:51:45.000000000 -0400 @@ -0,0 +1,26 @@ +Bug#: 76462 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: PictureBox doesn't honour BackColor + +PictureBox doesn't draw the correct BackColor if you change the color with +the BackColor property. + +Adding + +dc.FillRectangle( ResPool.GetSolidBrush(pb.BackColor, client); + +to ThemeWin32Classic.DrawPictureBox should fix it... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
