summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-03-27 14:47:36 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-03-27 16:14:21 -0400
commit6ff76a483c11a53891cc1a0e439bef98f42f514d (patch)
treef922878a3afb55cc56bec1f2b8109a4eed1e7024
parent9665c4d65134fc14d9d4f0390fa12c8120b0376e (diff)
downloadgtk+-6ff76a483c11a53891cc1a0e439bef98f42f514d.tar.gz
font button: notify when ::font-features changes
Lack of notification was causing the font-features to not show up in the inspector.
-rw-r--r--gtk/gtkfontbutton.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c
index 480da183ed..1046b396ce 100644
--- a/gtk/gtkfontbutton.c
+++ b/gtk/gtkfontbutton.c
@@ -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);