update fotomode button when switching scores

This commit is contained in:
ws 2015-03-04 12:59:21 +01:00
parent 6ac2d3e60f
commit caddb4c8a4

View file

@ -1433,6 +1433,7 @@ void MuseScore::setCurrentScoreView(ScoreView* view)
getAction("show-unprintable")->setChecked(cs->showUnprintable());
getAction("show-frames")->setChecked(cs->showFrames());
getAction("show-pageborders")->setChecked(cs->showPageborders());
getAction("fotomode")->setChecked(cv->fotoMode());
updateUndoRedo();
if (view->magIdx() == MagIdx::MAG_FREE)