mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Update after song change
This commit is contained in:
parent
ad307e2e75
commit
51f60ea09e
|
@ -946,7 +946,7 @@ static int8_t sSharpAcc[] = {
|
|||
if ([keyPath isEqual:@"songKey"]) {
|
||||
fNeedsRecalc = kRecalc;
|
||||
[self setNeedsDisplay: YES];
|
||||
} else if ([keyPath isEqual:@"songKey"]) {
|
||||
} else if ([keyPath isEqual:@"song"]) {
|
||||
[self setNeedsDisplay: YES];
|
||||
} else if ([keyPath isEqual:@"songGroove"]) {
|
||||
[self setGrooveMenu:[[self document] valueForKey:@"songGroove"]];
|
||||
|
|
Loading…
Reference in New Issue
Block a user