1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-20 10:45:43 +00:00

#4575 Bug when filtering a transfer withs its file table selected

This commit is contained in:
Mitchell Livingston 2011-10-19 01:22:49 +00:00
parent 76dc60c366
commit 3d55b6c2c6

View file

@ -105,8 +105,8 @@ typedef enum
while (![fLock tryLock])
tr_wait_msec(100);
[fOutline deselectAll: nil];
[fOutline reloadData];
[fOutline deselectAll: nil];
[fLock unlock];
}