Changeset 178
- Timestamp:
- Apr 2, 2006, 7:46:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/compat-10.2/macosx/Controller.m
r177 r178 679 679 { 680 680 [cell setTorrent: [fTorrents objectAtIndex: rowIndex]]; 681 [cell setTextColor: ( [fWindow isKeyWindow] && 682 rowIndex == [fTableView selectedRow] ) ? 683 [NSColor whiteColor] : [NSColor blackColor]]; 681 682 if( OSX_VERSION >= 10.3 && [fWindow isKeyWindow] && 683 rowIndex == [fTableView selectedRow] ) 684 [cell setTextColor: [NSColor whiteColor]]; 685 else 686 [cell setTextColor: [NSColor blackColor]]; 684 687 } 685 688
Note: See TracChangeset
for help on using the changeset viewer.