This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libmscore/line.cpp b/libmscore/line.cpp | |
index 53d2fc4..3502bde 100644 | |
--- a/libmscore/line.cpp | |
+++ b/libmscore/line.cpp | |
@@ -526,7 +526,7 @@ QPointF SLine::linePos(GripLine grip, System** sys) | |
void SLine::layout() | |
{ | |
- if (score() == gscore || tick() == -1) { | |
+ if (score() == gscore || tick() == -1 || tick2() == -1) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
395,396c371 | |
< if lay == layout.suit.tile | |
< or lay == lain.layout.uselesstile then | |
--- | |
> if lay == layout.suit.tile then | |
405,406c380 | |
< elseif lay == layout.suit.tile.left | |
< or lay == lain.layout.uselesstile.left then | |
--- | |
> elseif lay == layout.suit.tile.left then |
NewerOlder