Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #292830: fix copying lyrics to clipboard #5400

Merged
merged 1 commit into from
Oct 18, 2019

Commits on Oct 18, 2019

  1. fix #292830: fix copying lyrics to clipboard

    Was broken after 1a6058f.
    Score::extractLyrics() depends on Measure::_playbackCount values which
    are used internally by RepeatList. A quick way to fix the issue with
    extracting lyrics (implemented in this commit) is to force repeat list
    to be computed before resetting playbackCount variables inside
    extractLyrics().
    dmitrio95 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c004c48 View commit details
    Browse the repository at this point in the history