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

[MU3 Backend] ENG-11: Articulations initially drawn incorrectly #8285

Merged

Commits on Jun 9, 2021

  1. ENG-11: Articulations initially drawn incorrectly

    Specifically when dragging-and-dropping an XML file into MuseScore, the
    articulations didn't layout correctly. This was due to a difference
    between openScore (called when opening from recent or files) and
    dropEvent (called when dropping).
    
    This commit removes the partially-duplicated code in dropEvent and
    rather calls openScore to handle loading, preventing discrepancies
    between the two approaches.
    iveshenry18 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1e253fc View commit details
    Browse the repository at this point in the history