mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
use the clipRect as the visible rect
This commit is contained in:
parent
5cd3dd1db7
commit
527450b285
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue