gui.menu: Fix the torrent menu remaining open when props is selected

This commit is contained in:
Kai Huuhko 2014-10-17 16:55:36 +03:00
parent 4565bc4ab3
commit f285844df7
1 changed files with 1 additions and 0 deletions

View File

@ -604,6 +604,7 @@ class ItemMenu(Menu):
h.pause(flags=lt.pause_flags_t.graceful_pause)
def torrent_props_cb(self, menu, item, h):
menu.close()
from .TorrentProps import TorrentProps
TorrentProps(h).show()