Fix build by updating MdiChildContext.cs as intended by previous commit.
authorAlp Toker <alp@mono-cvs.ximian.com>
Tue, 7 Mar 2006 02:21:38 +0000 (02:21 -0000)
committerAlp Toker <alp@mono-cvs.ximian.com>
Tue, 7 Mar 2006 02:21:38 +0000 (02:21 -0000)
svn path=/trunk/mcs/; revision=57643

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiChildContext.cs

index c5dfbfc396c8ca5fb3dda44e56efa7b53d041d2f..0c8a7650a0a2e157e5aab7c91309758f63839153 100644 (file)
@@ -2,6 +2,7 @@
 
        * MdiClient.cs: Redid scrolling logic a bit to create a virtual
        box and base calculations off this.
+       * MdiChildContext.cs:
        * MdiWindowManager.cs: Don't need to ensure scrollbars here
        anymore.
        
index b9198b2c031309b85dc74a323774a0d5ab260965..2b85991dacaa0cb5cbaee271ab969c7f590bbf62 100644 (file)
@@ -364,7 +364,7 @@ namespace System.Windows.Forms {
                        virtual_position.Width = form.Width;
                        virtual_position.Height = form.Height;
 
-                       mdi_container.EnsureScrollBars (virtual_position.Right, virtual_position.Bottom);
+                       //mdi_container.EnsureScrollBars (virtual_position.Right, virtual_position.Bottom);
 
                        DrawVirtualPosition ();
                }