projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db42c23
)
gtk-demo: Fix font explore initial state
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 24 Dec 2019 03:35:44 +0000
(22:35 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 24 Dec 2019 03:35:44 +0000
(22:35 -0500)
demos/gtk-demo/font_features.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/font_features.c
b/demos/gtk-demo/font_features.c
index dbd22e0663722e1e0b86d31d32d1527a21904cfa..ad0e30e95c96496f6a00ca8a53a661fd0e1cf7cc 100644
(file)
--- a/
demos/gtk-demo/font_features.c
+++ b/
demos/gtk-demo/font_features.c
@@
-1337,6
+1337,8
@@
do_font_features (GtkWidget *do_widget)
G_CALLBACK (gtk_widget_destroyed), &window);
g_object_unref (builder);
+
+ update_display ();
}
if (!gtk_widget_get_visible (window))