1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

deselect files when changing selected torrent

This commit is contained in:
Mitchell Livingston 2007-01-20 03:42:06 +00:00
parent 1c39a8e290
commit d97ac66e43

View file

@ -280,6 +280,7 @@
[self updateInfoSettings];
[fPeerTable reloadData];
[fFileOutline deselectAll: nil];
[fFileOutline reloadData];
}