Skip to content

Commit

Permalink
Manually merge pull request #3786 from mattmcclinch/273973-current-vi…
Browse files Browse the repository at this point in the history
…ew to 2.3.1

fix #273973: Playback cursor disappears after splitting then restoring the display
  • Loading branch information
anatoly-os committed Jul 6, 2018
1 parent d9b958d commit 0899e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/musescore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4136,6 +4136,7 @@ void MuseScore::splitWindow(bool horizontal)
if (_horizontalSplit == horizontal) {
_splitScreen = false;
tab2->setVisible(false);
setCurrentView(0, tab1->currentIndex());
}
else {
_horizontalSplit = horizontal;
Expand Down

0 comments on commit 0899e9d

Please sign in to comment.