Changeset 613
- Timestamp:
- Jul 16, 2006, 5:12:25 PM (17 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Badger.m
r612 r613 49 49 50 50 NSFont * boldFont = [[NSFontManager sharedFontManager] convertFont: 51 [NSFont fontWithName: @"Helvetica" size: 28.0] toHaveTrait: NSBoldFontMask];51 [NSFont fontWithName: @"Helvetica" size: 28.0] toHaveTrait: NSBoldFontMask]; 52 52 53 53 fAttributes = [[NSDictionary alloc] initWithObjectsAndKeys: -
trunk/macosx/TorrentCell.m
r595 r613 283 283 - (void) drawWithFrame: (NSRect) cellFrame inView: (NSView *) view 284 284 { 285 BOOL highlighted = [self isHighlighted] && [[view window] isKeyWindow]; 285 BOOL highlighted = [self isHighlighted] && [[self highlightColorWithFrame: cellFrame inView: view] 286 isEqual: [NSColor alternateSelectedControlColor]]; 286 287 NSDictionary * nameAttributes = [[NSDictionary alloc] initWithObjectsAndKeys: 287 288 highlighted ? [NSColor whiteColor] : [NSColor blackColor],
Note: See TracChangeset
for help on using the changeset viewer.