window: Don't queue resize handler
It's not needed, because the queue_allocate() call right above it does this work.
This commit is contained in:
@@ -7244,7 +7244,6 @@ gtk_window_configure_event (GtkWidget *widget,
|
||||
priv->configure_notify_received = TRUE;
|
||||
|
||||
gtk_widget_queue_allocate (widget);
|
||||
gtk_container_queue_resize_handler (GTK_CONTAINER (widget));
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user