mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Fix deleting syllables
This commit is contained in:
parent
b7b1f96f93
commit
92cc5cd957
|
@ -51,7 +51,7 @@
|
|||
- (void) setStringValue:(NSString *)val
|
||||
{
|
||||
[[fView document] willChangeSong];
|
||||
fSong->SetWord(fStanza, fMeasure, fAt, [val UTF8String], &fNextMeas, &fNextAt);
|
||||
fSong->SetWord(fStanza, fMeasure, fAt, val ? [val UTF8String] : "", &fNextMeas, &fNextAt);
|
||||
[[fView document] didChangeSong];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user