[Xfce4-commits] [xfce/xfce4-panel] 01/01: Make sure the marching ants get drawn
noreply at xfce.org
noreply at xfce.org
Wed Mar 15 22:17:11 CET 2017
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-panel.
commit f9c84f007c699b6def81411557aa008b9dc6122e
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Mar 15 22:15:35 2017 +0100
Make sure the marching ants get drawn
---
panel/panel-base-window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel/panel-base-window.c b/panel/panel-base-window.c
index e3e44f1..3c93f52 100644
--- a/panel/panel-base-window.c
+++ b/panel/panel-base-window.c
@@ -580,6 +580,7 @@ panel_base_window_active_timeout (gpointer user_data)
gtk_style_context_add_class (context, "marching-ants");
else
gtk_style_context_remove_class (context, "marching-ants");
+ gtk_widget_queue_draw (GTK_WIDGET (window));
return TRUE;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list