summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-03-27 19:08:50 +0200
committerTimm Bäder <mail@baedert.org>2018-03-27 19:08:50 +0200
commit8646f9da198eb2e09c219a6c70fd7bbb045876a3 (patch)
treecd0f73bef96e37cb0d60b314dffe26b48321dcf3
parent490abbb292a36a9fb6747dd81a1ceb66fe0b305b (diff)
downloadgtk+-8646f9da198eb2e09c219a6c70fd7bbb045876a3.tar.gz
spinbutton: Remove queue_resize call from realize
No reason for this to be here.
-rw-r--r--gtk/gtkspinbutton.c2
1 files changed, 0 insertions, 2 deletions
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,