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 hairpin aperture not saved #24771

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

mike-spa
Copy link
Contributor

Resolves: #24737

The issue is two-fold.

  1. When editing the hairpin aperture by drag, the property flag was never set as unstyled and therefore wasn't saved. This is not a 4.4 issue and in fact it dates back to at least version 3.6. The reason is that the user is drag-editing a HairpinSegment, but the relevant property (the aperture) belongs to the Hairpin, so the relevant propertyFlag wasn't correctly set.
  2. Since version 4.4, also editing by property panel didn't get saved. This was due to e45996b.

@mike-spa mike-spa merged commit a2a34dc into musescore:master Sep 18, 2024
11 checks passed
mike-spa added a commit to mike-spa/MuseScore that referenced this pull request Sep 20, 2024
@mike-spa mike-spa mentioned this pull request Sep 20, 2024
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.

Musescore 4.4 resets all hairpins to default height
4 participants