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 #307428: don't disable "remove selected range" #6280

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

MarcSabatella
Copy link
Contributor

Resolves: https://musescore.org/en/node/307428

A recent change simplified the handling
of the remove selected range command in the right-click menu,
but also disabled it for elements other than rests.
Unfortunately, it was never re-enabled, leaving you unable
to delete measures after right-clicking something other than a rest.
There is no good place to re-enable it as far as I know,
so I have changed this to simply not disable it.
Instead, I don't display it at all except for rests or notes.
This doesn't change the measure popup, only the object popup.

See #6008 for when this particular issue was introduced. But, I note that there have been reports of Ctrl+Delete mysteriously disabling itself, going back several years. So there may well be something else going on too. But this PR fixes a very recent regression.

Resolves: https://musescore.org/en/node/307428

A recent change simplified the handling
of the remove selected range command in the right-click menu,
but also disabled it for elements other than rests.
Unfortunately, it was never re-enabled, leaving you unable
to delete measures after right-clicking something other than a rest.
There is no good place to re-enable it as far as I know,
so I have changed this to simply not disable it.
Instead, I don't display it at all except for rests or notes.
This doesn't change the *measure* popup, only the *object* popup.
@anatoly-os anatoly-os merged commit 9b39022 into musescore:3.x Jul 7, 2020
anatoly-os added a commit that referenced this pull request Jul 7, 2020
fix #307428: don't disable "remove selected range"
anatoly-os added a commit that referenced this pull request Aug 7, 2020
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.

2 participants