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:
Mitchell Livingston
2008-01-15 21:09:51 +00:00
parent 5cfe65531f
commit 2cda37ab07
2 changed files with 29 additions and 5 deletions

View File

@@ -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
{