Remove lines causes a crash
GIT commit: 676b0a3/ Windows 7
1) "My First Score"
2) Enter some notes (but not necessary) in the first measure
3) Select this first measure -> add a Text line (or straight line) from Lines Palette, via double-clicking, or dragging, no matter, same result.
The test file at this step: test file.mscz
4) Copy-paste this measure in the measure 4
5) Escape
6) Right-click on the line -> Select ->All similar Elements
7) Cut
Result: crash
- By using the "R" key to copy-paste the first measure into the second, you observe that the line goes directly to the end to the score. Make then same steps #5 to #7 -> crash
Comments
Does (e7c2919) fix the issue?
Step 4 results in that line to be way too long, spanning measure 4-8.
Step 7 (well, I used Del instead of Cut) causes an assertion failure:
Fatal: Score::removeSpanner: TextLine (0x22e36ff8) not found (...\MuseScore\libmscore\spannermap.cpp:99, bool Ms::SpannerMap::removeSpanner(Ms::Spanner*))
I can't reproduce this issue.
Solved on December 6, somewhere between 8d8ceee (last one of December 5, so, with failure), and this one (crash fixed): 3a06556
Automatically closed -- issue fixed for 2 weeks with no activity.