#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
1 changed files with 1 additions and 1 deletions

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];
}