projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9665c4d
)
font button: notify when ::font-features changes
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 27 Mar 2018 18:47:36 +0000
(14:47 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/gtkfontbutton.c
b/gtk/gtkfontbutton.c
index 480da183ed06edc8cf11530ad6eb25ad05e1da5b..1046b396ce5ae6492f1431e54ddce04b5a8230cf 100644
(file)
--- 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);