Fix for playlist scrolling even if song is in view. This might break something I haven't thought of.

CQTexperiment
areff 2008-02-24 14:28:46 +00:00
parent 2320039745
commit c6640cc3f5
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@
pe.status = kCogEntryPlaying;
[pe setStatusMessage:@"Playing..."];
[tableView scrollRowToVisible:pe.index];
//[tableView scrollRowToVisible:pe.index];
[pe retain];
[currentEntry release];