mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
parent
5bbbc47a4c
commit
1ddfc3a985
@ -1053,7 +1053,7 @@ gtk_spin_button_realize (GtkWidget *widget)
|
||||
* 'output' signal; and if we don't have any explicit 'text' set initially,
|
||||
* fallback to the default output. */
|
||||
if (!return_val &&
|
||||
(spin_button->numeric || gtk_entry_get_text (GTK_ENTRY (spin_button)) == NULL))
|
||||
(spin_button->priv->numeric || gtk_entry_get_text (GTK_ENTRY (spin_button)) == NULL))
|
||||
gtk_spin_button_default_output (spin_button);
|
||||
|
||||
gtk_widget_queue_resize (GTK_WIDGET (spin_button));
|
||||
|
Loading…
Reference in New Issue
Block a user