diff --git a/Sources/VLSheetView.mm b/Sources/VLSheetView.mm index 2694ce1..c52eab6 100644 --- a/Sources/VLSheetView.mm +++ b/Sources/VLSheetView.mm @@ -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"]];