Update after song change

This commit is contained in:
Matthias Neeracher 2007-04-21 22:37:28 +00:00
parent ad307e2e75
commit 51f60ea09e

View File

@ -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"]];