mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-05-06 04:54:30 +00:00
Fixed hang when pressing return after opening new document
This commit is contained in:
parent
86514e05a5
commit
7bfe95eaf1
@ -20,7 +20,7 @@
|
||||
|
||||
- (void) addNoteAtCursor
|
||||
{
|
||||
if (fCursorMeasure > -1) {
|
||||
if (fCursorMeasure > -1 && fCursorActualPitch) {
|
||||
VLNote newNote(1, fClickMode==' ' ? fCursorActualPitch : VLNote::kNoPitch);
|
||||
switch (fCursorAccidental) {
|
||||
case kMusicFlatCursor:
|
||||
|
Loading…
x
Reference in New Issue
Block a user