Fixed my own sillyness in scroller code - needs fixing.

CQTexperiment
areff 2008-02-18 19:37:32 +00:00
parent ad5ac13a9c
commit 08a4bbe08e
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@
- (IBAction)scrollToCurrentEntry:(id)sender
{
[self scrollRowToVisible:[(NSNumber *)[[playlistController currentEntry] index] intValue]-10];
[self scrollRowToVisible:[(NSNumber *)[[playlistController currentEntry] index] intValue]];
[self selectRow:[(NSNumber *)[[playlistController currentEntry] index] intValue] byExtendingSelection:NO];
}