mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 19:00:12 +00:00
font button: notify when ::font-features changes
Lack of notification was causing the font-features to not show up in the inspector.
This commit is contained in:
parent
9665c4d651
commit
6ff76a483c
@ -1006,6 +1006,7 @@ response_cb (GtkDialog *dialog,
|
||||
|
||||
g_object_notify (G_OBJECT (font_button), "font");
|
||||
g_object_notify (G_OBJECT (font_button), "font-desc");
|
||||
g_object_notify (G_OBJECT (font_button), "font-features");
|
||||
|
||||
g_object_thaw_notify (object);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user