mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
b3d9a09d83
commit
f64eb1b678
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue