Fixed typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7349 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-09-03 19:14:00 +00:00
parent b3d9a09d83
commit f64eb1b678

View file

@ -61,7 +61,7 @@ static NSColor *clearCol = nil;
[controlView lockFocus];
NSDrawButton (cellFrame, NSZeroRect);
[controlView unlockFocus];
[super drawInteriorWithFrame: cellFrame inView: controlView];
[self drawInteriorWithFrame: cellFrame inView: controlView];
}