Selection with Ctlr + click is broken by clicking on the canvas
3.0 dev. c8a0d9d / Windows10
This feature/fix implemented here is broken: https://github.com/musescore/MuseScore/commit/e63fdbaee8169c5ce383a04fd…
It was to fix: #32106: CTRL+click no longer de-selects
So:
1) New score -> Enter some notes
2) Hold Ctrl and click on the two first notes
3) For the next one, by inadvertence/clumsiness, click elsewhere on the canvas or not exactly on the notehead
Result: all notes all deselected. Back to square one! :(
Comments
FWIW, I implemented a change to Ctrl+Click behavior that hasn't been merged but that I would really like to see. See https://github.com/musescore/MuseScore/pull/2622. The idea is to enhance Ctrl+click to also cycle through overlapping elements, which are currently hard to select. My PR produces no change in behavior in the usual case, but if multiple elements happen to be stacked on top of each other, then while the first Ctlr+click selects the top element normally, the second Ctrl+click in the same location will not only deselect it but also select the element underneath. I also included a slight tweak to how this works with respect to stems versus noteheads - so the area of overlap "belongs" to the notehead rather than the stem as it does now. This should make it easier to select notes at small magnifications where currently, one often ends up accidentally selecting the stem.
This patch prevents the selection from being cleared when the user clicks on a measure or the canvas.
Fixed in branch master, commit d13fc57b20
fix #234781: Selection with Ctrl+click is broken by clicking on the canvas
Fixed in branch master, commit 2cbc44ffdb
Merge pull request #3598 from mattmcclinch/234781-selection
fix #234781: Selection with Ctrl+click is broken by clicking on the canvas
Automatically closed -- issue fixed for 2 weeks with no activity.