mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 05:08:32 +00:00
instead of displaying a tooltip for the buttons, when hovered over, display the "tip" where the status string usually is
This commit is contained in:
@@ -331,7 +331,7 @@
|
||||
}
|
||||
|
||||
#warning get rect to actually change
|
||||
- (NSString *) tableView: (NSTableView *) tableView toolTipForCell: (NSCell *) cell rect: (NSRectPointer) rect
|
||||
/*- (NSString *) tableView: (NSTableView *) tableView toolTipForCell: (NSCell *) cell rect: (NSRectPointer) rect
|
||||
tableColumn: (NSTableColumn *) tableColumn row: (NSInteger) row mouseLocation: (NSPoint) mousePoint
|
||||
{
|
||||
if ([self pointInActionRect: mousePoint])
|
||||
@@ -365,7 +365,7 @@
|
||||
}
|
||||
|
||||
return nil;
|
||||
}
|
||||
}*/
|
||||
|
||||
- (void) toggleControlForTorrent: (Torrent *) torrent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user