mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Fix stickiness in rest and delete modes
This commit is contained in:
parent
d58f204907
commit
42b580a381
|
@ -37,6 +37,7 @@
|
||||||
[self song]->AddNote(VLLyricsNote(newNote), fCursorMeasure, fCursorAt);
|
[self song]->AddNote(VLLyricsNote(newNote), fCursorMeasure, fCursorAt);
|
||||||
VLSoundOut::Instance()->PlayNote(newNote);
|
VLSoundOut::Instance()->PlayNote(newNote);
|
||||||
}
|
}
|
||||||
|
fClickMode = ' ';
|
||||||
[[self document] didChangeSong];
|
[[self document] didChangeSong];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user