Skip to content

Commit

Permalink
fix #112911: Score does not display fully in Navigator if latter set …
Browse files Browse the repository at this point in the history
…to ON when score loads
  • Loading branch information
lasconic committed May 31, 2016
1 parent ca5c408 commit 80ee93e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mscore/musescore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1483,8 +1483,10 @@ void MuseScore::setCurrentScoreView(ScoreView* view)

setPos(cs->inputPos());
//showMessage(cs->filePath(), 2000);
if (_navigator && _navigator->widget())
if (_navigator && _navigator->widget()) {
navigator()->setScoreView(view);
navigator()->setScore(cs);
}
ScoreAccessibility::instance()->updateAccessibilityInfo();
}

Expand Down

0 comments on commit 80ee93e

Please sign in to comment.