gtkwindow: Remove a dumb invalidate_rect from our configure_event

We shouldn't invalidate the entire window when we receive a
ConfigureNotify. That's just broken.
This commit is contained in:
Jasper St. Pierre 2014-06-26 15:05:41 -04:00
parent 46e7f7f456
commit 75e770bc50

View File

@ -7384,8 +7384,6 @@ gtk_window_configure_event (GtkWidget *widget,
priv->configure_notify_received = TRUE;
gdk_window_invalidate_rect (gtk_widget_get_window (widget), NULL, FALSE); // XXX - What was this for again?
_gtk_container_queue_resize (GTK_CONTAINER (widget));
return TRUE;