mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
get table buttons working again
This commit is contained in:
@@ -171,9 +171,10 @@
|
||||
[super updateCell: cell];
|
||||
}
|
||||
|
||||
- (NSIndexSet *)tableView:(NSTableView *)tableView selectionIndexesForProposedSelection:(NSIndexSet *)proposedSelectionIndexes
|
||||
- (void)tableViewSelectionIsChanging:(NSNotification *)aNotification
|
||||
{
|
||||
return fSelectedIndexes ? fSelectedIndexes : proposedSelectionIndexes;
|
||||
if (fSelectedIndexes)
|
||||
[self selectRowIndexes: fSelectedIndexes byExtendingSelection: NO];
|
||||
}
|
||||
|
||||
- (void) mouseDown: (NSEvent *) event
|
||||
|
||||
Reference in New Issue
Block a user