Skip to content

Commit

Permalink
fix #29796
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Aug 18, 2014
1 parent 5be74db commit 2f8b9d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libmscore/edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1788,11 +1788,13 @@ void Score::cmdDeleteSelection()
}
}
if (f.isValid() && !f.isZero()) {
// fullMeasure = false;
fullMeasure = false; // HACK

if (fullMeasure) {
// handle this as special case to be able to
// fix broken measures:

// ws: does not work as TimeSig may be already removed
for (Measure* m = s1->measure(); m; m = m->nextMeasure()) {
Staff* staff = Score::staff(track / VOICES);
int tick = m->tick();
Expand Down

0 comments on commit 2f8b9d1

Please sign in to comment.