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:
parent
76dc60c366
commit
3d55b6c2c6
1 changed files with 1 additions and 1 deletions
|
@ -105,8 +105,8 @@ typedef enum
|
|||
while (![fLock tryLock])
|
||||
tr_wait_msec(100);
|
||||
|
||||
[fOutline deselectAll: nil];
|
||||
[fOutline reloadData];
|
||||
[fOutline deselectAll: nil];
|
||||
|
||||
[fLock unlock];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue