Regression in MuseScore 2—clicking note then shift-clicking measure leads to list selection instead of range selection
To reproduce, enter any number of notes. Individually select one, then shift-click on an empty space in a measure. Logically, this should lead to a range selection, and in MuseScore 1.x it did. In MuseScore 2, it leads to a list selection of all the notes in between, as if they had been individually selected with Ctrl-clicks (Mac: Cmd-clicks).
Comments
This has been bugging me a while, but I hadn't realized the steps to reproduce until it came up in forum recently. Thanks for submitting the issue with steps!
The relevant code is here:
https://github.com/musescore/MuseScore/blob/9341f4ea4f0c91605e78b6393f6…
It seems we do everything we need to create a range selection *except* actually call _selection::setState(SelState::RANGE). So hopefully an easily-corrected oversight.
https://github.com/musescore/MuseScore/pull/2026
Fixed in ed95870260
Automatically closed -- issue fixed for 2 weeks with no activity.