git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8400 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-12-21 17:39:42 +00:00
parent 2a0c9fda52
commit c8bfe7e399

View file

@ -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];
}