Don't reset score to origin after zoom 100
This commit is contained in:
parent
2dffcaad08
commit
4f45721c3c
1 changed files with 1 additions and 3 deletions
|
@ -4116,10 +4116,8 @@ void MuseScore::cmd(QAction* a, const QString& cmd)
|
||||||
else if (cmd == "zoomout")
|
else if (cmd == "zoomout")
|
||||||
decMag();
|
decMag();
|
||||||
else if (cmd == "zoom100") {
|
else if (cmd == "zoom100") {
|
||||||
if (cv) {
|
if (cv)
|
||||||
cv->setMag(MagIdx::MAG_100, 1.0);
|
cv->setMag(MagIdx::MAG_100, 1.0);
|
||||||
cv->setOffset(0.0, 0.0);
|
|
||||||
}
|
|
||||||
setMag(1.0);
|
setMag(1.0);
|
||||||
}
|
}
|
||||||
else if (cmd == "midi-on")
|
else if (cmd == "midi-on")
|
||||||
|
|
Loading…
Reference in a new issue