Skip to content

Commit

Permalink
Merge pull request #4685 from MarcSabatella/lyricsline-issues
Browse files Browse the repository at this point in the history
fix #282130: invisible lyricsline
  • Loading branch information
anatoly-os committed Feb 18, 2019
2 parents fc8cc4d + 6bacd57 commit 86ffcf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/lyrics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ void Lyrics::layout()
_separator->setTicks(Fraction::fromTicks(1));
_separator->setTrack(track());
_separator->setTrack2(track());
_separator->setVisible(visible());
// bbox().setWidth(bbox().width()); // ??
}
else {
Expand Down

0 comments on commit 86ffcf1

Please sign in to comment.