diff --git a/macosx/TorrentTableView.m b/macosx/TorrentTableView.m index 85f742aeb..3a6c65876 100644 --- a/macosx/TorrentTableView.m +++ b/macosx/TorrentTableView.m @@ -703,9 +703,8 @@ { NSArray * colors = [NSColor controlAlternatingRowBackgroundColors]; - NSRect visibleRect = [self visibleRect]; + NSRect visibleRect = clipRect; NSRange rows = [self rowsInRect: visibleRect]; - BOOL start = YES; int i;