Skip to content

Commit

Permalink
fix #36266: All the Lines and Fretboard Diagram displayed twice after…
Browse files Browse the repository at this point in the history
… undoing move
  • Loading branch information
lasconic committed Feb 21, 2015
1 parent 97f9927 commit d25a3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,7 @@ bool Element::setProperty(P_ID propertyId, const QVariant& v)
setSelected(v.toBool());
break;
case P_ID::USER_OFF:
score()->addRefresh(canvasBoundingRect());
_userOff = v.toPointF();
break;
case P_ID::PLACEMENT:
Expand Down

0 comments on commit d25a3d6

Please sign in to comment.