diff --git a/Source/NSMenuItemCell.m b/Source/NSMenuItemCell.m index 389cb8550..bca6f4332 100644 --- a/Source/NSMenuItemCell.m +++ b/Source/NSMenuItemCell.m @@ -99,7 +99,7 @@ static NSImage *arrowImageH = nil; [controlView lockFocus]; mcell_highlighted = flag; - [self drawInteriorWithFrame: cellFrame inView: controlView]; + [self drawInteriorWithFrame: cellFrame inView: controlView]; [controlView unlockFocus]; }