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;
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];
}