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

fixed #22640: Replace Instrument button in instrument panel does not work #22643

Closed
wants to merge 1 commit into from

Conversation

Eism
Copy link
Contributor

@Eism Eism commented Apr 30, 2024

Resolves: #22640

if (!masterNotationParts()) {
return;
}
mu::async::Async::call(this, [this]() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't there a chance that this breaks too, because if the popup content is deleted, the model is deleted too?

(Assuming that the problem was that the content of the StyledPopupView is deleted and thus the callLater doesn't happen)

@zacjansheski
Copy link
Contributor

Replacing instruments is causing crashes

@zacjansheski
Copy link
Contributor

zacjansheski commented Apr 30, 2024

video1455358621.mp4

@zacjansheski
Copy link
Contributor

@cbjeukendrup
Copy link
Contributor

I think this one is safer and simpler: #22644

@Eism Eism closed this May 1, 2024
@Eism Eism deleted the replace_instruments_fix branch May 1, 2024 05: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.

3 participants