Skip to content

Commit

Permalink
Merge pull request #6089 from dmitrio95/305477-arrow-keys-drag
Browse files Browse the repository at this point in the history
fix #305477: fix arrow keys behavior for moving elements
  • Loading branch information
anatoly-os committed May 20, 2020
1 parent 7859884 commit 687b218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,7 @@ bool ScoreView::handleArrowKeyPress(const QKeyEvent* ev)
return false;
}
editData.delta = delta;
editData.evtDelta = editData.moveDelta = delta;
editData.hRaster = mscore->hRaster();
editData.vRaster = mscore->vRaster();
if (editData.curGrip != Grip::NO_GRIP && int(editData.curGrip) < editData.grips)
Expand Down

0 comments on commit 687b218

Please sign in to comment.