diff --git a/Sources/VLSheetViewLyrics.mm b/Sources/VLSheetViewLyrics.mm index 3002328..ad54b4f 100644 --- a/Sources/VLSheetViewLyrics.mm +++ b/Sources/VLSheetViewLyrics.mm @@ -79,7 +79,7 @@ } fNextMeas = fMeasure; fNextAt = fAt; - [fView highlightTextInStanza:fStanza measure:fMeasure at:fAt]; + [fView highlightTextInStanza:fStanza measure:fMeasure at:fAt one:NO]; [fView scrollMeasureToVisible:fMeasure]; } @@ -94,7 +94,7 @@ fAt = at; fNextMeas = fMeasure; fNextAt = fAt; - [fView highlightTextInStanza:fStanza measure:fMeasure at:fAt]; + [fView highlightTextInStanza:fStanza measure:fMeasure at:fAt one:NO]; [fView scrollMeasureToVisible:fMeasure]; }