Skip to content

Commit

Permalink
fix #292883: Using the "Repeat selection" shortcut to notes within a …
Browse files Browse the repository at this point in the history
…tuplet crashes MuseScore.
  • Loading branch information
mattmcclinch committed Aug 2, 2019
1 parent 9be19d2 commit 446f7a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mscore/scoreview.cpp
Expand Up @@ -4223,6 +4223,9 @@ void ScoreView::cmdRepeatSelection()
return;
}

if (!checkCopyOrCut())
return;

QString mimeType = selection.mimeType();
if (mimeType.isEmpty()) {
qDebug("mime type is empty");
Expand Down

0 comments on commit 446f7a5

Please sign in to comment.