Changeset 4019
- Timestamp:
- Nov 30, 2007, 2:22:49 PM (14 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FileNameCell.m
r4018 r4019 92 92 //title 93 93 NSColor * specialColor = nil; 94 if ([self isHighlighted] && [[controlView window] isKeyWindow] && [[controlView window] firstResponder] == controlView) 94 if ([self isHighlighted] 95 && [[self highlightColorWithFrame: cellFrame inView: controlView] isEqual: [NSColor alternateSelectedControlColor]]) 95 96 specialColor = [NSColor whiteColor]; 96 97 else if ([[(FileOutlineView *)[self controlView] torrent] checkForFiles: -
trunk/macosx/TorrentCell.m
r4018 r4019 224 224 //text color 225 225 NSColor * titleColor, * statusColor; 226 if ([self isHighlighted] && [[controlView window] isKeyWindow] && [[controlView window] firstResponder] == controlView) 226 if ([self isHighlighted] 227 && [[self highlightColorWithFrame: cellFrame inView: controlView] isEqual: [NSColor alternateSelectedControlColor]]) 227 228 { 228 229 titleColor = [NSColor whiteColor];
Note: See TracChangeset
for help on using the changeset viewer.