Symbols appear at wrong height for staves > 1
Ubuntu 14.04, GIT commit: 5968ccf
1) new score, 2 or more staves
1) open master palette
2) drag a symbol to cello staff
Result: it appears way below the staff
Dragging to the top staff works fine - the symbol is placed at the position where it was dropped. But for other staves, this calculation goes awry. Luckily, this bad position is recorded in the user offset and is fixed if you do a Ctrl+R.
Comments
I suspect I broke this with https://github.com/musescore/MuseScore/commit/b2bfc93af3ceb1f694bab6c18…
November, yes.
But from what I see, this issue is introduced from November 1 with this Nightly/commit: d75fb33.
The following image has been produced with this Nightly.
To fix: #37881: Images jumps down when dragging from a palette
Thanks as always! I had managed to figure it out the cause wasn't the the commit I thought. One thing I'm wondering, though. I do have a fix ready to commit, but before November 1 build, then, was the actual drop position ignored? Meaning, regardless of the exact mouse position, symbols were always dropped at a default position?
On the asumption that before the bug was introduced, symbols ignored the exact drop position, and that the change on November 1 was intentional - so that we *should* consider drop position - the following PR fixes this to work that way:
https://github.com/musescore/MuseScore/pull/2006
Fixed in c988a855eb
Automatically closed -- issue fixed for 2 weeks with no activity.