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