mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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):
|
def on_selection_changed(self, treeselection):
|
||||||
"""This callback is know when the selection has changed."""
|
"""This callback is know when the selection has changed."""
|
||||||
log.debug("on_selection_changed")
|
log.debug("on_selection_changed")
|
||||||
|
self.window.torrentdetails.update()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue