mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
testgtk: Update cursor theme on size change
We were connecting to the wrong signal, so we were not picking up all changes to the spin button value.
This commit is contained in:
parent
d94d2efc43
commit
386534ef1f
@ -5006,7 +5006,7 @@ create_cursors (GtkWidget *widget)
|
||||
|
||||
g_signal_connect (entry, "changed",
|
||||
G_CALLBACK (change_cursor_theme), hbox);
|
||||
g_signal_connect (size, "changed",
|
||||
g_signal_connect (size, "value-changed",
|
||||
G_CALLBACK (change_cursor_theme), hbox);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user