Browse Source

*** empty log message ***

svn path=/trunk/mcs/; revision=15831
Philip Van Hoof 22 years ago
parent
commit
52285354e2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      mcs/class/System.Windows.Forms/Gtk/Control.cs

+ 0 - 3
mcs/class/System.Windows.Forms/Gtk/Control.cs

@@ -186,10 +186,7 @@ namespace System.Windows.Forms {
 		internal virtual Widget CreateWidget ()
 		{
 			vbox = new Gtk.VBox(false, 0);
-
 			layout = new Gtk.Layout (new Gtk.Adjustment (IntPtr.Zero), new Gtk.Adjustment (IntPtr.Zero));
-			layout.Show ();
-
 			vbox.PackStart(layout, true, true, 0);
 			vbox.ShowAll ();
 			return vbox;