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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -43,6 +43,10 @@ if (ShowMessage) Console.WriteLine("Layout"); return true; } } } + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
