fix #288693: Disappearing key signature in all but first stave

This commit is contained in:
Matt McClinch 2019-05-04 09:16:46 -04:00
parent dcc2461bf2
commit 1504373778

View file

@ -245,10 +245,8 @@ void Score::writeMovement(XmlWriter& xml, bool selectionOnly)
xml.tag("name", excerpt()->title());
xml.etag();
if (unhide) {
endCmd();
undoRedo(true, 0); // undo
}
if (unhide)
endCmd(true);
}
//---------------------------------------------------------