From c5edc90fdf0499b87d38ae038cab0ebe2a5f70eb Mon Sep 17 00:00:00 2001 From: Matt McClinch Date: Tue, 11 Sep 2018 11:16:33 -0400 Subject: [PATCH] fix #276076: Creating new score doesn't switch active score --- mscore/scoretab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mscore/scoretab.cpp b/mscore/scoretab.cpp index 923ca38425..036dc828a4 100644 --- a/mscore/scoretab.cpp +++ b/mscore/scoretab.cpp @@ -289,7 +289,7 @@ void ScoreTab::updateExcerpts() } else { tab2->setVisible(false); - setCurrentIndex(0); + setCurrent(0); } blockSignals(true); setExcerpt(0);