Fix stickiness in rest and delete modes

This commit is contained in:
Matthias Neeracher 2011-09-07 16:04:49 +02:00
parent d58f204907
commit 42b580a381

View File

@ -37,6 +37,7 @@
[self song]->AddNote(VLLyricsNote(newNote), fCursorMeasure, fCursorAt);
VLSoundOut::Instance()->PlayNote(newNote);
}
fClickMode = ' ';
[[self document] didChangeSong];
}
}