From 51f60ea09e0f1b5e3b9e37c85321bb0ce073cf57 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sat, 21 Apr 2007 22:37:28 +0000 Subject: [PATCH] Update after song change --- Sources/VLSheetView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]];