mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
(trunk qt) fix wierdness in the torrent properties dialog's file tab, reported by W4pp
This commit is contained in:
parent
55e110938c
commit
5cec10d516
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ Details :: setIds( const QSet<int>& ids )
|
|||
disconnect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) );
|
||||
}
|
||||
|
||||
myFileTreeView->clear( );
|
||||
|
||||
myIds = ids;
|
||||
|
||||
// listen to the new torrents
|
||||
|
|
Loading…
Reference in a new issue