Fixed scrolltovisible bug.
parent
f36b646b1d
commit
a18e93d63e
|
@ -638,7 +638,7 @@
|
||||||
[currentEntry setCurrent:NO];
|
[currentEntry setCurrent:NO];
|
||||||
|
|
||||||
[pe setCurrent:YES];
|
[pe setCurrent:YES];
|
||||||
[tableView scrollRowToVisible:([(PlaylistEntry *)pe index]-1)];
|
[tableView scrollRowToVisible:[(PlaylistEntry *)pe index]];
|
||||||
|
|
||||||
[pe retain];
|
[pe retain];
|
||||||
[currentEntry release];
|
[currentEntry release];
|
||||||
|
|
Loading…
Reference in New Issue