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 #295792: fix a crash on changing duration of multiple notes in some situations #5401

Merged

Conversation

dmitrio95
Copy link
Contributor

Resolves: https://musescore.org/en/node/295792

When implementing changing duration of multiple notes in #4932 I have apparently incorrectly defined the comparison function for std::sort algorithm applied to the list of chords which lengths should be changed. This PR corrects this function and thus avoids crashing std::sort algorithm.

@anatoly-os anatoly-os merged commit 5ea06dc into musescore:master Oct 18, 2019
@dmitrio95 dmitrio95 deleted the 295792-change-duration-std-sort-crash branch October 22, 2019 10:01
@anatoly-os anatoly-os added this to the MuseScore 3.3 milestone Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants