Single line change to fix window redraws.

This commit is contained in:
Owen Taylor
1998-07-28 23:25:22 +00:00
parent 78a42b742e
commit b01d52b537

View File

@@ -1099,7 +1099,6 @@ gtk_window_move_resize (GtkWindow *window)
if ((x != -1) && (y != -1))
gdk_window_move (widget->window, x, y);
gtk_window_draw(widget, NULL);
gtk_container_resize_children (GTK_CONTAINER (window));
}
}