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 #39341: crash on tab entry #1458

Merged
merged 1 commit into from Nov 17, 2014

Conversation

MarcSabatella
Copy link
Contributor

My recent fix for a cursor position bug, in #1453, removed what was effectively a recusion control check in Score::setPos(). Since I still don't see a better way to solve the original cursor position issue, I left that fix in place, but added a similar recursion check slightly further upstream. It does appear this is the only place in the code where this would be an issue - none of the other calls to Score::setPlayPos() (which is where the call to setPos() happen anywhere that would be involved in the recursion chain.

lasconic added a commit that referenced this pull request Nov 17, 2014
@lasconic lasconic merged commit b510547 into musescore:master Nov 17, 2014
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.

None yet

2 participants