mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 16:13:41 +00:00
Fix when selecting multiple torrents and right-clicking only selecting the one.
This commit is contained in:
parent
051e2ae9e7
commit
2b007ff878
@ -417,6 +417,7 @@ class TorrentView(listview.ListView, component.Component):
|
|||||||
# Show the Torrent menu from the MenuBar
|
# Show the Torrent menu from the MenuBar
|
||||||
torrentmenu = component.get("MenuBar").torrentmenu
|
torrentmenu = component.get("MenuBar").torrentmenu
|
||||||
torrentmenu.popup(None, None, None, event.button, event.time)
|
torrentmenu.popup(None, None, None, event.button, event.time)
|
||||||
|
return True
|
||||||
|
|
||||||
def on_selection_changed(self, treeselection):
|
def on_selection_changed(self, treeselection):
|
||||||
"""This callback is know when the selection has changed."""
|
"""This callback is know when the selection has changed."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user