mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
when checking/unchecking files update the table right away
This commit is contained in:
parent
3fe2dbe5d0
commit
9133c4b919
1 changed files with 2 additions and 0 deletions
|
@ -920,6 +920,8 @@
|
|||
|
||||
[torrent setFileCheckState: [object intValue] != NSOffState ? NSOnState : NSOffState forIndexes: indexSet];
|
||||
[fFileOutline reloadData];
|
||||
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateUI" object: nil];
|
||||
}
|
||||
else;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue