forked from AuroraMiddleware/gtk
gtkwindow: Remove a bogus comment
gtk_window_configure_event certainly doesn't fill the new allocation in. We're filling it in right here!
This commit is contained in:
parent
488ca4ab30
commit
927b5a592f
@ -8940,7 +8940,6 @@ gtk_window_move_resize (GtkWindow *window)
|
||||
*/
|
||||
priv->configure_notify_received = FALSE;
|
||||
|
||||
/* gtk_window_configure_event() filled in widget->allocation */
|
||||
gtk_widget_size_allocate (widget, &allocation);
|
||||
|
||||
/* If the configure request changed, it means that
|
||||
|
Loading…
Reference in New Issue
Block a user