[Mono-bugs] [Bug 82723][Min] Changed - ToolStripStatusLabel: not painted on first set and truncated on longer string

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 6 19:24:06 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=82723

--- shadow/82723	2007-09-06 19:23:11.000000000 -0400
+++ shadow/82723.tmp.11578	2007-09-06 19:24:06.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82723
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: XP SP2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: andyhume32 at yahoo.co.uk               
 QAContact: mono-bugs at ximian.com
@@ -44,6 +44,15 @@
 The display is all correct.
 
 ------- Additional Comments From andyhume32 at yahoo.co.uk  2007-09-06 18:19 -------
 Created an attachment (id=19985)
 Repro
 
+
+------- Additional Comments From monkey at jpobst.com  2007-09-06 19:24 -------
+Fixed in r85459.  I think it fixes all your cases.  If I missed one,
+let me know which and reopen the bug.  Thanks for the report!
+
+2007-09-06  Jonathan Pobst  <monkey at jpobst.com>
+
+	* ToolStripItem.cs: If AutoSize changes the size of our item, invalidate
+	so we repaint using the new size.  [Fixes bug #82723]


More information about the mono-bugs mailing list