Fixed my own sillyness in scroller code - needs fixing.
This commit is contained in:
parent
ad5ac13a9c
commit
08a4bbe08e
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue