Placement of lines set by "X" command lost on save/reload
Reported version
3.0
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
1) new score
2) add pedal line
3) use "X" command to flip above staff
4) save
5) close
6) reload
Result: line is back below the staff
See #278389: Some elements flipped via "X" command do not survive save/reload. This was fixed for some elements not too long ago. The fix probably should have worked as is, but the property flag parameter to undoChangeProperty is apparently not being passed to the property delegate. Eventually we should probably look at that, but who knows what side effect there would be from changing that, so I plan to make a safer fix for now, just setting the spanner's UNSTYLED flag right within the cmdFlip().
Fix version
3.0.1
Comments
https://github.com/musescore/MuseScore/pull/4551
Fixed in branch master, commit 1079b3d1d7
fix #281432: save placement set by cmdFlip
Automatically closed -- issue fixed for 2 weeks with no activity.