fix #276076: Creating new score doesn't switch active score
This commit is contained in:
parent
eb01978377
commit
c5edc90fdf
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ void ScoreTab::updateExcerpts()
|
|||
}
|
||||
else {
|
||||
tab2->setVisible(false);
|
||||
setCurrentIndex(0);
|
||||
setCurrent(0);
|
||||
}
|
||||
blockSignals(true);
|
||||
setExcerpt(0);
|
||||
|
|
Loading…
Reference in a new issue