mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Update TorrentDetails when a different torrent is selected.
This commit is contained in:
parent
82873f8129
commit
d91bcbe55c
1 changed files with 2 additions and 0 deletions
|
@ -294,4 +294,6 @@ class TorrentView(listview.ListView):
|
|||
def on_selection_changed(self, treeselection):
|
||||
"""This callback is know when the selection has changed."""
|
||||
log.debug("on_selection_changed")
|
||||
self.window.torrentdetails.update()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue