Skip to content

Commit

Permalink
fix #275901: Changing the visibility of a rest in voice 2 will not mo…
Browse files Browse the repository at this point in the history
…ve the position of a corresponding rest in voice 1
  • Loading branch information
mattmcclinch committed Sep 15, 2018
1 parent 84fca41 commit f31bebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/rest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ bool Rest::setProperty(Pid propertyId, const QVariant& v)
setVisible(v.toBool());
for (NoteDot* dot : _dots)
dot->setVisible(visible());
score()->setLayout(tick());
break;
case Pid::USER_OFF:
score()->addRefresh(canvasBoundingRect());
Expand Down

0 comments on commit f31bebc

Please sign in to comment.