Skip to content

Commit

Permalink
fix #20832: Crash after adding accidental
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Apr 27, 2013
1 parent 3e351c1 commit 4ae9e05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libmscore/note.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,6 @@ Element* Note::drop(const DropData& data)

case ACCIDENTAL:
score()->changeAccidental(this, static_cast<Accidental*>(e)->accidentalType());
if (_accidental)
return e;
break;

case BEND:
Expand Down

0 comments on commit 4ae9e05

Please sign in to comment.