mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Make playback scroll anticipatory
This commit is contained in:
parent
50c44322ec
commit
80d43bc102
|
@ -57,7 +57,7 @@
|
|||
fChordMeasure = event->fMeasure;
|
||||
fChordAt = event->fAt;
|
||||
}
|
||||
[fView scrollMeasureToVisible:event->fMeasure];
|
||||
[fView scrollMeasureToVisible:event->fMeasure+1];
|
||||
[fView setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user