From 7a3c443169211f8170f0dc7dfc13c063237e71e4 Mon Sep 17 00:00:00 2001 From: ws Date: Mon, 27 May 2013 09:58:11 +0200 Subject: [PATCH] fix #21223 --- libmscore/beam.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmscore/beam.cpp b/libmscore/beam.cpp index 932131747b9c..68ef10c78b2c 100644 --- a/libmscore/beam.cpp +++ b/libmscore/beam.cpp @@ -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;