From cd3ea7156366f47b799076986fce972835e0d76d Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Wed, 16 May 2012 12:36:28 +0200 Subject: Really fix transparency. The transparency fix in commit e22c9b78384e31720c29e71fc87ba145b21e6cce is incomplete. There is another Gtk.EventBox that needs to be set invisible, otherwise the label background will not be transparent. --- panel-plugin/systemload.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c index 50c2aa5..58cc658 100644 --- a/panel-plugin/systemload.c +++ b/panel-plugin/systemload.c @@ -342,6 +342,7 @@ monitor_update_orientation (XfcePanelPlugin *plugin, FALSE, FALSE, 0); gtk_container_add(GTK_CONTAINER(global->ebox), GTK_WIDGET(global->box)); + gtk_event_box_set_visible_window(GTK_EVENT_BOX(global->ebox), FALSE); gtk_widget_show(GTK_WIDGET(global->ebox)); update_monitors (global); -- 1.7.8.6