Skip to content

Commit

Permalink
fix #300912: fix grips remaining after undoing adding a slur
Browse files Browse the repository at this point in the history
Handle the remaining unhandled case in updateEditElement() to
dismiss edit grips in case of list selection
  • Loading branch information
dmitrio95 committed Mar 6, 2020
1 parent 656deb3 commit f32f3ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mscore/scoreview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4979,6 +4979,9 @@ void ScoreView::updateEditElement()
else
setEditElement(e);
}
else {
setEditElement(nullptr);
}
break;
}
}
Expand Down

0 comments on commit f32f3ea

Please sign in to comment.