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 19, 2019
1 parent cd3c443 commit 80e4d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/lyrics.cpp
Expand Up @@ -314,6 +314,7 @@ void Lyrics::layout()
_separator->setTicks(1);
_separator->setTrack(track());
_separator->setTrack2(track());
_separator->setVisible(visible());
// bbox().setWidth(bbox().width()); // ??
}
else {
Expand Down

0 comments on commit 80e4d4a

Please sign in to comment.