From: Matthias Clasen Date: Tue, 27 Mar 2018 18:47:36 +0000 (-0400) Subject: font button: notify when ::font-features changes X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~768 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6ff76a483c11a53891cc1a0e439bef98f42f514d;p=gtk4.git font button: notify when ::font-features changes Lack of notification was causing the font-features to not show up in the inspector. --- 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);