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
|
- (BOOL) validateMenuItem:(NSMenuItem *)menuItem
|
||||||
{
|
{
|
||||||
if (int tag = [menuItem tag])
|
if ([menuItem action] == @selector(togglePlayElements:))
|
||||||
[menuItem setState:(playElements & tag) != 0];
|
if (int tag = [menuItem tag])
|
||||||
|
[menuItem setState:(playElements & tag) != 0];
|
||||||
|
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user