Skip to content

Commit

Permalink
Merge pull request #24455 from mike-spa/portStuff
Browse files Browse the repository at this point in the history
Merge pull request #24451 from mike-spa/fixHairpinError
  • Loading branch information
RomanPudashkin authored Sep 4, 2024
2 parents d7bbd3e + df46ba9 commit 508cde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/dom/hairpin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ PointF Hairpin::linePos(Grip grip, System** system) const

if (!start) {
Fraction curTick = segment->tick();
Segment* prevSeg = segment->prev1(SegmentType::BarLineType);
Segment* prevSeg = segment->prev1(SegmentType::EndBarLine);
if (prevSeg && prevSeg->tick() == curTick) {
segment = prevSeg;
}
Expand Down

0 comments on commit 508cde8

Please sign in to comment.