Fixed scrolltovisible bug.

CQTexperiment
vspader 2007-02-18 21:40:13 +00:00
parent f36b646b1d
commit a18e93d63e
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@
[currentEntry setCurrent:NO];
[pe setCurrent:YES];
[tableView scrollRowToVisible:([(PlaylistEntry *)pe index]-1)];
[tableView scrollRowToVisible:[(PlaylistEntry *)pe index]];
[pe retain];
[currentEntry release];