Skip to content

Commit

Permalink
Merge pull request #3786 from mattmcclinch/273973-current-view
Browse files Browse the repository at this point in the history
fix #273973: Playback cursor disappears after splitting then restoring the display
  • Loading branch information
anatoly-os committed Jul 6, 2018
2 parents d1d3861 + 6c18364 commit e33bf2f
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 @@ -4224,6 +4224,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 e33bf2f

Please sign in to comment.