Skip to content

Commit

Permalink
fix #11118: Join Scores causes crash
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Feb 5, 2013
1 parent 5db7cc6 commit ec48724
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/album.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ AlbumManager::AlbumManager(QWidget* parent)
add->setEnabled(false);
print->setEnabled(false);
albumName->setEnabled(false);
createScore->setEnabled(false);
}

//---------------------------------------------------------
Expand Down Expand Up @@ -531,6 +532,7 @@ void AlbumManager::setAlbum(Album* a)
albumName->setEnabled(true);
add->setEnabled(true);
print->setEnabled(true);
createScore->setEnabled(true);
}

//---------------------------------------------------------
Expand Down

0 comments on commit ec48724

Please sign in to comment.