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 #26507: Crash when revealing instruments in a custom part #26564

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

RomanPudashkin
Copy link
Contributor

Resolves: #26507

When the user presses the eye button of a part that doesn't exist in the score, we will add that part to the score.
This triggers the partList().onChanged() notification (see LayoutPanelTreeModel::setupPartsConnections),
which will cause the panel to reload
@oktophonie oktophonie requested a review from avvvvve February 18, 2025 14:25
@oktophonie oktophonie removed the request for review from avvvvve February 18, 2025 14:25
@oktophonie oktophonie requested a review from mike-spa February 18, 2025 14:39
@mike-spa mike-spa merged commit 913f337 into musescore:master Feb 18, 2025
11 checks passed
@RomanPudashkin RomanPudashkin deleted the eye_button_crash branch February 18, 2025 15:54
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.

Crash when revealing instruments in a custom part
4 participants