Skip to content

Commit

Permalink
Merge pull request #3888 from mattmcclinch/275365-glissando
Browse files Browse the repository at this point in the history
fix #275365: Glissando is lost (playback works) 2.X->3.0
  • Loading branch information
lasconic committed Aug 22, 2018
2 parents 8ab747b + 9a7ed42 commit be5ebbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/glissando.cpp
Expand Up @@ -230,11 +230,11 @@ void Glissando::layout()
s->layout();
return;
}
SLine::layout();
if (spannerSegments().empty()) {
qDebug("no segments");
return;
}
SLine::layout();
setPos(0.0, 0.0);

Note* anchor1 = toNote(startElement());
Expand Down

0 comments on commit be5ebbc

Please sign in to comment.