[Mono-bugs] [Bug 79999][Wis] Changed - Control allows negative bounds if called in a Resize handler
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Nov 22 16:31:25 EST 2006
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=79999
--- shadow/79999 2006-11-21 14:42:24.000000000 -0500
+++ shadow/79999.tmp.16446 2006-11-22 16:31:25.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 79999
Product: Mono: Class Libraries
Version: 1.0
OS: other
OS Details: Suse & WinXP
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: rolfkvinge at ya.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -138,6 +138,9 @@
(System.Windows.Forms.MSG& msg) [0x00000]
The problem is that Control's PerformLayout (which changes negative bounds
to 0) won't do anything when called recursively, which is the case when
it's size is changed in a Resize handler.
+
+------- Additional Comments From rolfkvinge at ya.com 2006-11-22 16:31 -------
+Fixed in r68369.
More information about the mono-bugs
mailing list