Skip to content

Commit

Permalink
Fix #314235: Size, Font and Style for glissando text get lost on save
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz authored and vpereverzev committed Dec 10, 2020
1 parent c540dd3 commit 102cd94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/glissando.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ void Glissando::write(XmlWriter& xml) const

for (auto id : { Pid::GLISS_TYPE, Pid::PLAY, Pid::GLISS_STYLE, Pid::GLISS_EASEIN, Pid::GLISS_EASEOUT })
writeProperty(xml, id);
for (const StyledProperty& spp : *styledProperties())
writeProperty(xml, spp.pid);

SLine::writeProperties(xml);
xml.etag();
Expand Down

0 comments on commit 102cd94

Please sign in to comment.