Fixed scrolltovisible bug.

This commit is contained in:
vspader 2007-02-18 21:40:13 +00:00
parent f36b646b1d
commit a18e93d63e

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];