(trunk qt) #3497 "Trackerlist not cleared/disabled when torrent selection cleared" -- fixed.
This commit is contained in:
parent
ac9dd13ee0
commit
36325f7a2f
|
@ -206,6 +206,7 @@ Details :: setIds( const QSet<int>& ids )
|
|||
|
||||
myFileTreeView->clear( );
|
||||
myIds = ids;
|
||||
myTrackerModel->refresh( myModel, myIds );
|
||||
|
||||
// listen to the new torrents
|
||||
foreach( int id, myIds ) {
|
||||
|
|
Loading…
Reference in New Issue