[Mono-bugs] [Bug 81125][Nor] Changed - SizeFromClientSize should not be called from the Control.ClientSize setter
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 12 19:59:07 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=81125
--- shadow/81125 2007-03-12 18:58:33.000000000 -0500
+++ shadow/81125.tmp.13918 2007-03-12 18:59:07.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 81125
Product: Mono: Class Libraries
Version: 1.0
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
@@ -29,6 +29,11 @@
protected override Size SizeFromClientSize(Size
clientSize) {
throw new Exception();
}
}
}
+
+------- Additional Comments From monkey at jpobst.com 2007-03-12 18:59 -------
+Thanks for the followup, fixed the other two cases and submitted tests.
+
+Fixed in r74152.
More information about the mono-bugs
mailing list