Changeset 5919
- Timestamp:
- May 23, 2008, 7:17:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentTableView.m
r5918 r5919 704 704 NSArray * colors = [NSColor controlAlternatingRowBackgroundColors]; 705 705 706 NSRect visibleRect = [self visibleRect];706 NSRect visibleRect = clipRect; 707 707 NSRange rows = [self rowsInRect: visibleRect]; 708 709 708 BOOL start = YES; 710 709 int i;
Note: See TracChangeset
for help on using the changeset viewer.