From ef2de5ad11ff3712861b05f363516658903f27dd Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sun, 13 Jul 2008 21:14:19 +0000 Subject: [PATCH] Fix text highlighting --- Sources/VLSheetViewLyrics.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; }