This is an automated email from the git hooks/post-receive script. o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/xfce4-panel.
commit 6f0fc6628ef721521025e34c543a6e865ad01a9e Author: Simon Steinbeiss <[email protected]> Date: Sat Jul 13 23:49:34 2019 +0200 pager: Ensure bg color is set correctly (Bug #15690) --- plugins/pager/pager.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c index e0274fe..8d8565a 100644 --- a/plugins/pager/pager.c +++ b/plugins/pager/pager.c @@ -401,6 +401,10 @@ G_GNUC_END_IGNORE_DEPRECATIONS gtk_container_add (GTK_CONTAINER (plugin), plugin->pager); gtk_widget_show (plugin->pager); + + /* Poke the style-updated signal to set the correct background color for the newly + created widget. Otherwise it may sometimes end up transparent. */ + pager_plugin_style_updated (plugin->pager, NULL); } -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
