mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix updating on tab change
This commit is contained in:
parent
6d4eae15a5
commit
cadfb5632f
2 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@ Copyright:
|
|||
Ext.deluge.details.TabPanel.superclass.onRender.call(this, ct, position);
|
||||
Deluge.Events.on('disconnect', this.clear, this);
|
||||
Deluge.Torrents.on('rowclick', this.onTorrentsClick, this);
|
||||
this.on('tabchange', this.onTabChange, this);
|
||||
|
||||
Deluge.Torrents.getSelectionModel().on('selectionchange', function(selModel) {
|
||||
if (!selModel.hasSelection()) this.clear();
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue