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:
parent
44cd166447
commit
4e50596b37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user