From c8bfe7e39972b25372a152e7b77aff38c5d25c79 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 21 Dec 2000 17:39:42 +0000 Subject: [PATCH] Tidied git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8400 72102866-910b-0410-8b05-ffd578937521 --- Source/NSMenuItemCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }