Skip to content

Commit

Permalink
Merge pull request #4239 from dmitrio95/278031-viewmode-switch-cursor
Browse files Browse the repository at this point in the history
fix #278031: refresh note input cursor position on view mode switch
  • Loading branch information
anatoly-os committed Nov 28, 2018
2 parents 8d9e84e + e31ea56 commit 7226757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/musescore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6170,6 +6170,8 @@ void MuseScore::switchLayoutMode(LayoutMode mode)
cv->pageTop();
if (m && m != cs->firstMeasureMM())
cv->adjustCanvasPosition(m, false);
if (cv->noteEntryMode())
cv->moveCursor();
}

//---------------------------------------------------------
Expand Down

0 comments on commit 7226757

Please sign in to comment.