mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix when selecting multiple torrents and right-clicking only selecting the one.
This commit is contained in:
parent
051e2ae9e7
commit
2b007ff878
1 changed files with 1 additions and 0 deletions
|
@ -417,6 +417,7 @@ class TorrentView(listview.ListView, component.Component):
|
|||
# Show the Torrent menu from the MenuBar
|
||||
torrentmenu = component.get("MenuBar").torrentmenu
|
||||
torrentmenu.popup(None, None, None, event.button, event.time)
|
||||
return True
|
||||
|
||||
def on_selection_changed(self, treeselection):
|
||||
"""This callback is know when the selection has changed."""
|
||||
|
|
Loading…
Add table
Reference in a new issue