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:
Matthias Clasen 2018-03-27 14:47:36 -04:00
parent 9665c4d651
commit 6ff76a483c

View 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);