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=79629 --- shadow/79629 2006-10-25 13:43:26.000000000 -0400 +++ shadow/79629.tmp.28667 2006-10-26 15:50:42.000000000 -0400 @@ -142,6 +142,10 @@ - foreach (Control c in Controls) { + foreach (Control c in Controls.GetAllControls()) { c.SetIsRecreating (flag); } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-26 15:50 ------- +cool, patch looks good - and let's just remove the argument to +SetIsRecreating. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
