Skip to content

Commit

Permalink
fix #22601: Deleted bar not reinstated after undo
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Sep 21, 2013
1 parent 7d2db98 commit bb678e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/undo.cpp
Expand Up @@ -2711,6 +2711,7 @@ void RemoveMeasures::undo()
fm->score()->insertTime(fm->tick(), ticks);
fm->score()->fixTicks();
fm->score()->connectTies();
fm->score()->setLayoutAll(true);
}

//---------------------------------------------------------
Expand Down

0 comments on commit bb678e6

Please sign in to comment.