mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Get rid of spurious check marks in debug menu
This commit is contained in:
parent
7b7ae7f3d8
commit
cda0deee12
|
@ -262,8 +262,9 @@
|
|||
|
||||
- (BOOL) validateMenuItem:(NSMenuItem *)menuItem
|
||||
{
|
||||
if (int tag = [menuItem tag])
|
||||
[menuItem setState:(playElements & tag) != 0];
|
||||
if ([menuItem action] == @selector(togglePlayElements:))
|
||||
if (int tag = [menuItem tag])
|
||||
[menuItem setState:(playElements & tag) != 0];
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user