From 527450b285a2d63d68cf5afab173796b9240ef7b Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 23 May 2008 19:17:01 +0000 Subject: [PATCH] use the clipRect as the visible rect --- macosx/TorrentTableView.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;