Skip to content

Commit

Permalink
Merge pull request #6199 from Spire42/306560-toolbar-zoom-box-does-no…
Browse files Browse the repository at this point in the history
…thing

Fix #306560: Toolbar zoom box does nothing
  • Loading branch information
anatoly-os committed Jun 10, 2020
1 parent 796b3ee commit c859090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mscore/musescore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ void MuseScore::populateFileOperations()
zoomBox->setCurrentText(zoomBoxState.second);
}

connect(zoomBox, SIGNAL(magChanged(MagIdx)), SLOT(magChanged(MagIdx)));
connect(zoomBox, SIGNAL(zoomIndexChanged(ZoomIndex)), SLOT(zoomBoxIndexChanged(ZoomIndex)));
fileTools->addWidget(zoomBox);

viewModeCombo = new QComboBox(this);
Expand Down Expand Up @@ -4876,7 +4876,7 @@ void MuseScore::dirtyChanged(Score* s)
}

//---------------------------------------------------------
// zoomBoxChanged
// zoomBoxIndexChanged
//---------------------------------------------------------

void MuseScore::zoomBoxIndexChanged(ZoomIndex index)
Expand Down

0 comments on commit c859090

Please sign in to comment.