https://bugzilla.novell.com/show_bug.cgi?id=648403

https://bugzilla.novell.com/show_bug.cgi?id=648403#c2


Andreas Kühlmeyer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Andreas Kühlmeyer <[email protected]> 2010-12-07 
15:31:32 UTC ---
Doesn't something like the following diff fix the problem? At least for me it
seems to do the trick:

---
mono-2.8.1/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitContainer.cs
  2010-11-12 11:24:41.000000000 +0100
+++
./mono-2.8.1/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitContainer.cs
       2010-12-07 16:20:56.089048839 +0100
@@ -42,8 +42,18 @@
        [DefaultEvent ("SplitterMoved")]
        [Docking (DockingBehavior.AutoDock)]
        [Designer ("System.Windows.Forms.Design.SplitContainerDesigner, " +
Consts.AssemblySystem_Design)]
-       public class SplitContainer : ContainerControl
+       public class SplitContainer : ContainerControl, ISupportInitialize
        {
+       #region ISupportInitialize Members
+        public void BeginInit()
+        {
+        }
+
+        public void EndInit()
+        {
+        }
+        #endregion
+
                #region Local Variables
                private FixedPanel fixed_panel;
                private Orientation orientation;

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to