Continuous view mode is not saved in master
- Create any file
- Switch to continuous view
- Save file
- Close file
- Open file
Result: the file is opened in page view. If this file is going to be shown in StartCenter's thumbnails, MuseScore will crash.
The reason is scorefile.cpp:118, when we save the file which is displayed in Continuous View mode, _layoutMode
is PAGE:
if (_layoutMode == LayoutMode::LINE)
xml.tag("layoutMode", "line");
Comments
relates to #272135: [EPIC] Continuous view issues
see https://github.com/musescore/MuseScore/pull/3910
Fixed in branch master, commit 13e13fa493
fix #275751: Continuous view mode is not saved in master
In MuseScore::saveAs there was a code which change layout mode to PageView. I deleted it to allow saving layout mode to mscz
Fixed in branch master, commit cff939e45e
Merge pull request #3910 from handrok/fix#275751ContiniousViewTag
fix #275751: Continuous view mode is not saved in master
Automatically closed -- issue fixed for 2 weeks with no activity.