Fixed my own sillyness in scroller code - needs fixing.
parent
ad5ac13a9c
commit
08a4bbe08e
|
@ -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 New Issue