Skip to content

Commit

Permalink
fix #279077 Align verse numbers is lost after closing score
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Nov 30, 2018
1 parent e118390 commit 5859662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libmscore/lyrics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,13 @@ void Lyrics::layout()
styleDidChange = true;
}

if (styleDidChange)
styleChanged();

if (isMelisma() || hasNumber)
if (isStyled(Pid::ALIGN)) {
setAlign(score()->styleV(Sid::lyricsMelismaAlign).value<Align>());
}
if (styleDidChange)
styleChanged();

QPointF o(propertyDefault(Pid::OFFSET).toPointF());
rxpos() = o.x();
qreal x = pos().x();
Expand Down

0 comments on commit 5859662

Please sign in to comment.