fix hiding tooltips

This commit is contained in:
Yann Leboulanger 2015-10-04 20:50:41 +02:00
parent 156935a8ac
commit 62ebce6358
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class BaseTooltip:
return 'not in roster' return 'not in roster'
def motion_notify_event(self, widget, event): def motion_notify_event(self, widget, event):
self.hide_tooltip() GLib.idle_add(self.hide_tooltip)
def on_size_allocate(self, widget, rect): def on_size_allocate(self, widget, rect):
if not self.position_computed: if not self.position_computed: