We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6993069 commit 8149ea5Copy full SHA for 8149ea5
libmscore/beam.cpp
@@ -205,7 +205,7 @@ void Beam::draw(QPainter* painter) const
205
{
206
painter->setBrush(QBrush(curColor()));
207
painter->setPen(Qt::NoPen);
208
- qreal lw2 = score()->styleP(StyleIdx::beamWidth) * .5 * staff()->mag();
+ qreal lw2 = score()->styleP(StyleIdx::beamWidth) * .5 * mag();
209
210
// make beam thickness independent of slant
211
// (expression can be simplified?)
0 commit comments