From: Timm Bäder Date: Tue, 27 Mar 2018 17:08:50 +0000 (+0200) Subject: spinbutton: Remove queue_resize call from realize X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~770 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8646f9da198eb2e09c219a6c70fd7bbb045876a3;p=gtk4.git spinbutton: Remove queue_resize call from realize No reason for this to be here. --- diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index d6f5919c5e..2a7e2d61a6 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -952,8 +952,6 @@ gtk_spin_button_realize (GtkWidget *widget) if (!return_val && (priv->numeric || gtk_entry_get_text (GTK_ENTRY (priv->entry)) == NULL)) gtk_spin_button_default_output (spin_button); - - gtk_widget_queue_resize (GTK_WIDGET (spin_button)); } /* This is called when :value, :wrap, or the bounds of the adjustment change,