summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2017-07-07 00:09:41 -0400
committerlukefromdc <[email protected]>2017-07-08 16:26:02 -0400
commitab786fa5282be8169b9c94d258cc57d07944ed13 (patch)
treea3c1a35af869bcac0f655c0d58b90d75a961de73
parentb7d2033dff3f68d6ac67290c8b90203906e6762f (diff)
downloadmate-panel-ab786fa5282be8169b9c94d258cc57d07944ed13.tar.bz2
mate-panel-ab786fa5282be8169b9c94d258cc57d07944ed13.tar.xz
system tray: fix hidden icons on image/transparent color BG
Enable the force-redraw code unconditionally so it can function from the idle callback regardless of child->parent_relative_bg = TRUE/FALSE as it seems to now always be needed
-rw-r--r--applets/notification_area/system-tray/na-tray-child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/notification_area/system-tray/na-tray-child.c b/applets/notification_area/system-tray/na-tray-child.c
index 3cfaa2c8..46e6e412 100644
--- a/applets/notification_area/system-tray/na-tray-child.c
+++ b/applets/notification_area/system-tray/na-tray-child.c
@@ -589,7 +589,7 @@ na_tray_child_force_redraw (NaTrayChild *child)
{
GtkWidget *widget = GTK_WIDGET (child);
- if (gtk_widget_get_mapped (widget) && child->parent_relative_bg)
+ if (gtk_widget_get_mapped (widget))
{
#if 1
/* Sending an ExposeEvent might cause redraw problems if the