mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
GtkSpinButton: Update node state on button release
This commit is contained in:
parent
2cb0e4ac5f
commit
6489ec440f
@ -1659,6 +1659,8 @@ gtk_spin_button_button_release (GtkWidget *widget,
|
||||
gtk_spin_button_real_spin (spin, diff);
|
||||
}
|
||||
}
|
||||
|
||||
update_node_state (spin);
|
||||
gtk_widget_queue_draw (GTK_WIDGET (spin));
|
||||
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user