update fotomode button when switching scores
This commit is contained in:
parent
6ac2d3e60f
commit
caddb4c8a4
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue