Crash after appending frames and their deletion
GIT commit: 9fb8c7d / Windows10
1) Default "Untitled" score
2) "I" -> add two staffs.
The test file at this step: Three staves.mscz
3) menu "Add" -> Append vertical frame
First result: the frame is created on a new third page
4) Select and cut this vertical frame
Result: crash
- Similar result with an horizontal frame, but after adding one step (undo),
ie:
3) menu "Add" -> Append horizontal frame
4) Select and cut this horizontal frame
5) Undo
Result: crash
Comments
Oops, this is a result of commit 1c827c81bb to fix #274446: Crash by deleting vertical(s) frame(s) in first page of large scores. Looks like the mistake is in advancing the iterator after erasing the page. Please see https://github.com/musescore/MuseScore/pull/3868 for the fix.
Fixed in branch master, commit 5e1a242c8a
fix #275273: Crash after appending frames and their deletion
Fixed in branch master, commit eb26a9fcb9
Merge pull request #3868 from mattmcclinch/275273-delete-frame
fix #275273: Crash after appending frames and their deletion
Automatically closed -- issue fixed for 2 weeks with no activity.