Skip to content

Commit

Permalink
fix #21223
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed May 27, 2013
1 parent be1dc4f commit 7a3c443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/beam.cpp
Expand Up @@ -1899,6 +1899,8 @@ void Beam::reset()

void Beam::startEdit(MuseScoreView*, const QPointF& p)
{
undoPushProperty(P_BEAM_POS);

QPointF pt(p - pagePos());
qreal ydiff = 100000000.0;
int idx = (_direction == MScore::AUTO || _direction == MScore::DOWN) ? 0 : 1;
Expand Down

0 comments on commit 7a3c443

Please sign in to comment.