mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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
|
# 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…
Add table
Add a link
Reference in a new issue