Skip to content

Commit

Permalink
fix beam width of grace notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Aug 9, 2016
1 parent 6993069 commit 8149ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/beam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void Beam::draw(QPainter* painter) const
{
painter->setBrush(QBrush(curColor()));
painter->setPen(Qt::NoPen);
qreal lw2 = score()->styleP(StyleIdx::beamWidth) * .5 * staff()->mag();
qreal lw2 = score()->styleP(StyleIdx::beamWidth) * .5 * mag();

// make beam thickness independent of slant
// (expression can be simplified?)
Expand Down

0 comments on commit 8149ea5

Please sign in to comment.