Skip to content

Commit

Permalink
fix vtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Apr 14, 2020
1 parent 241bf06 commit 3e6ec01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmscore/arpeggio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ void Arpeggio::layout()
break;

case ArpeggioType::DOWN: {
symbolLine(SymId::wiggleArpeggiatoDownArrow, SymId::wiggleArpeggiatoDown);
// string is rotated +90 degrees
symbolLine(SymId::wiggleArpeggiatoUpArrow, SymId::wiggleArpeggiatoUp);
// string is rotated +90 degrees (so that UpArrow turns into a DownArrow)
QRectF r(symBbox(symbols));
setbbox(QRectF(0.0, r.x() + y1, r.height(), r.width()));
}
Expand Down

0 comments on commit 3e6ec01

Please sign in to comment.