[Mono-bugs] [Bug 80621][Min] Changed - Size.SizeFromClientSize should not be called in Control.Control()

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 12 13:53:02 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=80621

--- shadow/80621	2007-03-12 12:52:47.000000000 -0500
+++ shadow/80621.tmp.5909	2007-03-12 12:53:02.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80621
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
@@ -28,6 +28,12 @@
         protected override Size SizeFromClientSize(Size clientSize) {
             Debug.Fail(null);
             return Size.Empty;
         }
     }
 }
+
+------- Additional Comments From monkey at jpobst.com  2007-03-12 12:53 -------
+Simple enough, created an internal version to use that doesn't get
+called in the constructor.
+
+Fixed in r74129.


More information about the mono-bugs mailing list