Skip to content

Commit

Permalink
fix playback of undo two notes tremolo
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Nov 14, 2013
1 parent a1713b9 commit 5f3b78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/chord.cpp
Expand Up @@ -479,6 +479,7 @@ void Chord::remove(Element* e)
if (tremolo->chord2())
tremolo->chord2()->setDurationType(d);
tremolo->chord2()->setTremolo(0);
tremolo->chord2()->setTremoloChordType(TremoloSingle);
}
_tremolo = 0;
}
Expand Down

0 comments on commit 5f3b78b

Please sign in to comment.