[Mono-bugs] [Bug 76462][Nor] New - PictureBox doesn't honour
BackColor
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 17 11:51:45 EDT 2005
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 xenomorph2 at onlinehome.de.
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: peter at novonyx.com
+ReportedBy: xenomorph2 at onlinehome.de
+QAContact: mono-bugs at ximian.com
+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...
More information about the mono-bugs
mailing list