mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Fix text highlighting
This commit is contained in:
parent
0c815cbf70
commit
ef2de5ad11
|
@ -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];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user