[Mono-bugs] [Bug 79629][Nor] Changed - [PATCH] Form does not redraw correctly when MaximizeBox or MinimizeBox is false and a control's visibility is changed

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 26 15:50:42 EDT 2006


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 toshok at ximian.com.

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 toshok at ximian.com  2006-10-26 15:50 -------
+cool, patch looks good - and let's just remove the argument to
+SetIsRecreating.


More information about the mono-bugs mailing list