[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 13:52:08 -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 13:50:35.000000000 -0500
+++ shadow/73606.tmp.1807	2005-03-11 13:52:08.000000000 -0500
@@ -101,6 +101,11 @@
   It takes a different approach: Instead of trying to avoid spurious
   calls to Control::CreateControl (), it ensures that it only calls
   Control::OnCreateControl () once from Control::CreateControl (). The
   existing SVN fix to bug #73190 has Control::CreateHandle () call
   Control::CreateControl (); the attached Control.cs reverses this,
   replacing a number of calls to CreateHandle () to CreateControl ().
+
+------- Additional Comments From 4lw0e0402@sneakemail.com  2005-03-11 13:52 -------
+Created an attachment (id=14626)
+Alternate fix for bug #73190, quite possibly not as scientific (C# source code: Control.cs)
+