Skip to content
Snippets Groups Projects
Commit 7a869090 authored by nkour's avatar nkour
Browse files

avoid draw seperate bg color in some gtk themes for trayicon eventbox

parent 990a7f62
No related branches found
No related tags found
No related merge requests found
......@@ -315,6 +315,8 @@ class Systray:
if not self.t:
self.t = trayicon.TrayIcon('Gajim')
eb = gtk.EventBox()
# avoid draw seperate bg color in some gtk themes
eb.set_visible_window(False)
eb.connect('button-press-event', self.on_clicked)
self.set_tooltip()
self.img_tray = gtk.Image()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment