[Mono-bugs] [Bug 73606][Maj] Changed - OnCreateControl() called when ClientSize changed, and called more than once
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Mar 2005 18:23:06 -0500 (EST)
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 4lw0e0402@sneakemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73606
--- shadow/73606 2005-03-11 17:57:22.000000000 -0500
+++ shadow/73606.tmp.7544 2005-03-11 18:23:06.000000000 -0500
@@ -116,6 +116,11 @@
it to Control. (Made some changes, didn't make sense to create child
controls as part of the OnVisibleChanged code, etc.)
PS: Please try and attach diffs instead of full files, makes it much
easier to find what you changed. Output from 'svn diff Control.cs'
would have worked.
+
+------- Additional Comments From 4lw0e0402@sneakemail.com 2005-03-11 18:23 -------
+It occurs to me, is it ever possible for a control to become "un-
+created"? If so, then the called_OnCreateControl flag needs to be
+reset when that happens.