Use window mode for torrent tooltips

This commit is contained in:
Kai Huuhko 2015-04-22 09:40:03 +03:00
parent 8fa5289b06
commit 8a45182cc4
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ class MainInterface(object):
itc = TorrentClass(self.session, "double_label")
item = self.tlist.item_append(itc, h)
item.tooltip_content_cb_set(self._torrent_item_tooltip_cb, h)
item.tooltip_window_mode_set(True)
self.torrentitems[ihash] = item
def remove_torrent_item(self, info_hash):