Fix text highlighting

This commit is contained in:
Matthias Neeracher 2008-07-13 21:14:19 +00:00
parent 0c815cbf70
commit ef2de5ad11

View File

@ -79,7 +79,7 @@
} }
fNextMeas = fMeasure; fNextMeas = fMeasure;
fNextAt = fAt; fNextAt = fAt;
[fView highlightTextInStanza:fStanza measure:fMeasure at:fAt]; [fView highlightTextInStanza:fStanza measure:fMeasure at:fAt one:NO];
[fView scrollMeasureToVisible:fMeasure]; [fView scrollMeasureToVisible:fMeasure];
} }
@ -94,7 +94,7 @@
fAt = at; fAt = at;
fNextMeas = fMeasure; fNextMeas = fMeasure;
fNextAt = fAt; fNextAt = fAt;
[fView highlightTextInStanza:fStanza measure:fMeasure at:fAt]; [fView highlightTextInStanza:fStanza measure:fMeasure at:fAt one:NO];
[fView scrollMeasureToVisible:fMeasure]; [fView scrollMeasureToVisible:fMeasure];
} }