Merge pull request #3459 from mattmcclinch/269280-play-accidental
fix #269280: Playback when adding an accidental
This commit is contained in:
commit
ad89d0c5ac
1 changed files with 1 additions and 0 deletions
|
@ -1524,6 +1524,7 @@ void Score::changeAccidental(AccidentalType idx)
|
|||
{
|
||||
foreach(Note* note, selection().noteList())
|
||||
changeAccidental(note, idx);
|
||||
setPlayNote(true);
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue