font button: notify when ::font-features changes
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Mar 2018 18:47:36 +0000 (14:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 27 Mar 2018 20:14:21 +0000 (16:14 -0400)
Lack of notification was causing the font-features to not
show up in the inspector.

gtk/gtkfontbutton.c

index 480da183ed06edc8cf11530ad6eb25ad05e1da5b..1046b396ce5ae6492f1431e54ddce04b5a8230cf 100644 (file)
@@ -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);