[Mono-bugs] [Bug 80456][Min] Changed - OnLayout behaviour

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 5 02:37:22 EST 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=80456

--- shadow/80456	2007-01-05 01:39:02.000000000 -0500
+++ shadow/80456.tmp.11495	2007-01-05 02:37:22.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -43,6 +43,10 @@
             if (ShowMessage)
                 Console.WriteLine("Layout");
             return true;
         }
     }
 }
+
+------- Additional Comments From monkey at jpobst.com  2007-01-05 02:37 -------
+Oh, that's really interesting.  So we need to move calling the actual
+LayoutEngine.Layout call to the OnLayout method.  Proposed patch follows.


More information about the mono-bugs mailing list