[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 09:59:23 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 rolfkvinge at ya.com.

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

--- shadow/82151	2007-07-20 09:58:13.000000000 -0400
+++ shadow/82151.tmp.1753	2007-07-20 09:59:23.000000000 -0400
@@ -2,19 +2,19 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
-AssignedTo: toshok at ximian.com                            
+AssignedTo: monkey at jpobst.com                            
 ReportedBy: rolfkvinge at ya.com               
 QAContact: mono-bugs at ximian.com
-TargetMilestone: ---
+TargetMilestone: 1_2
 URL: 
 Cc: 
 Summary: ToolStripSystemRenderer doesn't draw checked buttons as pressed.
 
 Repro:
 
@@ -56,6 +56,9 @@
 button.Checked))
                                 ControlPaint.DrawBorder3D (e.Graphics, 
 paint_here, Border3DStyle.SunkenOuter);
                         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 :)


More information about the mono-bugs mailing list