Skip to content

Commit

Permalink
fix #22803: Delete note in note entry then press down, crash
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Sep 21, 2013
1 parent bb678e6 commit 059e00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,7 @@ void Score::deleteItem(Element* el)
Chord* chord = static_cast<Chord*>(el->parent());
if (chord->notes().size() > 1) {
undoRemoveElement(el);
select(chord->downNote(), SELECT_SINGLE, 0);
break;
}
// else fall through
Expand Down

0 comments on commit 059e00f

Please sign in to comment.