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