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 #11073 #731

Merged
merged 1 commit into from
Mar 3, 2014
Merged

Fix #11073 #731

merged 1 commit into from
Mar 3, 2014

Conversation

gomesrod
Copy link
Contributor

@gomesrod gomesrod commented Mar 1, 2014

http://musescore.org/en/node/11073

The Score::deleteItem() implementation already does that: after deleting a note from a chord, another note - specifically the chord->downNote() - should be automatically selected.

But later in the Score::cmdDeleteSelection() method all the selection was cleared, unless the user is in Note Entry mode. I don't know what was the intention of this block of code, but removing it solves the bug and (as far as I can tell) there is no negative side-effect.

@thomasbonte
Copy link
Contributor

Thanks for looking into this issue gomesrod and for the PR. In order to accept PR's, MuseScore contributors are requested to sign the CLA: http://musescore.org/en/cla You haven't signed yet, so please do so first. Thanks.

@gomesrod
Copy link
Contributor Author

gomesrod commented Mar 1, 2014

Thanks for the information Thomas. I have signed the CLA.

@Jojo-Schmitz
Copy link
Contributor

yet again the travis failure doesn't seem to be related to the PR at all

lasconic added a commit that referenced this pull request Mar 3, 2014
@lasconic lasconic merged commit 42edcaf into musescore:master Mar 3, 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.

4 participants