Skip to content
Snippets Groups Projects
Commit bfdc6eec authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Properly disable enharmonic notes in single note mode (after exam was finished)

parent dbb0db97
Branches
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ void TmainScore::setScordature() {
void TmainScore::unLockScore() {
setScoreDisabled(false);
if (isExam() && insertMode() == e_single) {
if (insertMode() == e_single) {
setNoteDisabled(1, true);
setNoteDisabled(2, true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment