From c859090d7b06610e84ee14c61067991ec01b9038 Mon Sep 17 00:00:00 2001 From: anatoly-os Date: Wed, 10 Jun 2020 14:59:39 +0300 Subject: [PATCH] Merge pull request #6199 from Spire42/306560-toolbar-zoom-box-does-nothing Fix #306560: Toolbar zoom box does nothing --- mscore/musescore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mscore/musescore.cpp b/mscore/musescore.cpp index 5bcdb0e328947..4a3e4dfc2559f 100644 --- a/mscore/musescore.cpp +++ b/mscore/musescore.cpp @@ -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); @@ -4876,7 +4876,7 @@ void MuseScore::dirtyChanged(Score* s) } //--------------------------------------------------------- -// zoomBoxChanged +// zoomBoxIndexChanged //--------------------------------------------------------- void MuseScore::zoomBoxIndexChanged(ZoomIndex index)