Only works on first staff of selection
Reported version
3.6
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Seems like cursor.staffIdx = stave; does not change the cursor to the next staff.
This must be a MuseScore issue as I ran into this problem with my plugin.
Have you found a solution?
Comments
Got it working now for my plugin. I forgot a cursor.staffIdx = stave; after a rewind.
Setting voice and staff after a rewind is obligatory.
I see your code does that correctly but still only works on the first staff.
You do mention this issue: https://musescore.org/en/node/301846
Or better #301846: QML cursor rewind to start of selection bogus