mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:10:38 +00:00
Fixes for drawing button cells.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4887 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
061c43304a
commit
06739272c3
4 changed files with 9 additions and 14 deletions
|
@ -212,14 +212,6 @@ id _nsTextfieldCellClass = nil;
|
|||
return text_delegate;
|
||||
}
|
||||
|
||||
//
|
||||
// Drawing
|
||||
//
|
||||
- (void) drawRect: (NSRect)rect
|
||||
{
|
||||
[cell drawWithFrame: rect inView: self];
|
||||
}
|
||||
|
||||
//
|
||||
// Modifying Graphic Attributes
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue