Merge pull request #3459 from mattmcclinch/269280-play-accidental

fix #269280: Playback when adding an accidental
This commit is contained in:
Nicolas Froment 2018-02-15 11:03:53 +01:00 committed by GitHub
commit ad89d0c5ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1524,6 +1524,7 @@ void Score::changeAccidental(AccidentalType idx)
{
foreach(Note* note, selection().noteList())
changeAccidental(note, idx);
setPlayNote(true);
}
//---------------------------------------------------------