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:
parent
76ca23331d
commit
75767317ad
1 changed files with 5 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue