mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-05-05 20:54:28 +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…
x
Reference in New Issue
Block a user