1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 10:38:13 +00:00

(trunk) "Tier name" in the inspector is editable by double clicking it

This commit is contained in:
Mitchell Livingston 2011-10-12 03:35:55 +00:00
parent 76ca23331d
commit 75767317ad

View file

@ -184,6 +184,11 @@
return [tableView rowHeight];
}
- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)rowIndex
{
return NO;
}
- (void) tableViewSelectionDidChange: (NSNotification *) notification
{
[fTrackerAddRemoveControl setEnabled: [fTrackerTable numberOfSelectedRows] > 0 forSegment: TRACKER_REMOVE_TAG];