window: Call size_allocate() to allocate a size

Don't call gtk_container_resize_children().

https://bugzilla.gnome.org/show_bug.cgi?id=700185
This commit is contained in:
Benjamin Otte 2013-05-30 19:28:08 +02:00
parent 44cd166447
commit 4e50596b37

View File

@ -8642,7 +8642,7 @@ gtk_window_move_resize (GtkWindow *window)
/* And run the resize queue.
*/
gtk_container_resize_children (container);
gtk_widget_size_allocate (widget, &allocation);
}
/* We have now processed a move/resize since the last position