mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk qt) #3497 "Trackerlist not cleared/disabled when torrent selection cleared" -- fixed.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user