Added menu validation for fade entry
parent
d2e95a50f8
commit
761f86cf9c
|
@ -584,6 +584,9 @@
|
|||
if (action == @selector(stop:) && (playbackStatus == kCogStatusStopped))
|
||||
return NO;
|
||||
|
||||
if (action == @selector(fade:) && (playbackStatus == kCogStatusStopped))
|
||||
return NO;
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue