[Mono-bugs] [Bug 82151][Nor] Changed - ToolStripSystemRenderer doesn't draw checked buttons as pressed.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 20 10:53:21 EDT 2007
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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82151
--- shadow/82151 2007-07-20 09:59:23.000000000 -0400
+++ shadow/82151.tmp.3008 2007-07-20 10:53:21.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82151
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: rolfkvinge at ya.com
QAContact: mono-bugs at ximian.com
@@ -59,6 +59,16 @@
else if (e.Item.Selected)
ControlPaint.DrawBorder3D (e.Graphics,
paint_here, Border3DStyle.RaisedInner);
------- Additional Comments From rolfkvinge at ya.com 2007-07-20 09:59 -------
Jonathan, I guess this is your land :)
+
+------- Additional Comments From monkey at jpobst.com 2007-07-20 10:53 -------
+Fixed in r82353.
+
+2007-07-20 Jonathan Pobst <monkey at jpobst.com>
+
+ * ToolStripPainter.cs: Patch from Rolf. We weren't painting a
+ Checked button as sunken. [Fixes bug #82151]
+
+Thanks rolf!
More information about the mono-bugs
mailing list