1
0
Fork 0
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:
Mitchell Livingston 2007-08-13 21:21:59 +00:00
parent 3fe2dbe5d0
commit 9133c4b919

View file

@ -920,6 +920,8 @@
[torrent setFileCheckState: [object intValue] != NSOffState ? NSOnState : NSOffState forIndexes: indexSet];
[fFileOutline reloadData];
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateUI" object: nil];
}
else;
}