Skip to content

Commit

Permalink
fix #274934: Incorrect articulations palette displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcclinch committed Aug 21, 2018
1 parent cc5bb5e commit c7a271d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/fermata.cpp
Expand Up @@ -189,6 +189,8 @@ void Fermata::layout()
Segment* s = segment();
if (!s) { // for use in palette
setPos(QPointF());
QRectF b(symBbox(_symId));
setbbox(b.translated(-0.5 * b.width(), 0.0));
return;
}

Expand Down

0 comments on commit c7a271d

Please sign in to comment.