Skip to content

Commit

Permalink
fix #38011: Changing zoom from combobox doesn't update the blue recta…
Browse files Browse the repository at this point in the history
…ngle in navigator
  • Loading branch information
lasconic committed Nov 3, 2014
1 parent 455be54 commit cf50003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/scoreview.cpp
Expand Up @@ -2311,6 +2311,7 @@ void ScoreView::setMag(MagIdx idx, double mag)
{
_magIdx = idx;
setMag(mag);
emit viewRectChanged();
update();
}

Expand Down

0 comments on commit cf50003

Please sign in to comment.