mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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:
parent
46e7f7f456
commit
75e770bc50
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user