Skip to content

Commit

Permalink
Fix #299829: Implement extra navigation shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwideweary committed May 1, 2020
1 parent ccae54f commit 961379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/scoreview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ void ScoreView::cmd(const char* s)
else {
Element* ele = cv->score()->move(cmd);
if (cmd == "empty-trailing-measure")
changeState(ViewState::NOTE_ENTRY);
cv->changeState(ViewState::NOTE_ENTRY);
if (ele)
cv->adjustCanvasPosition(ele, false);
cv->score()->setPlayChord(true);
Expand Down

0 comments on commit 961379b

Please sign in to comment.