fix #276076: Creating new score doesn't switch active score

This commit is contained in:
Matt McClinch 2018-09-11 11:16:33 -04:00
parent eb01978377
commit c5edc90fdf

View file

@ -289,7 +289,7 @@ void ScoreTab::updateExcerpts()
}
else {
tab2->setVisible(false);
setCurrentIndex(0);
setCurrent(0);
}
blockSignals(true);
setExcerpt(0);