mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
In [drawRect:]use the frame of the view, not the given rect.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16094 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3e2ff7560b
commit
7c6c6de482
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
|
||||
- (void) drawRect: (NSRect)rect
|
||||
{
|
||||
[slideCell drawWithFrame: rect inView: self];
|
||||
[slideCell drawWithFrame: [self frame] inView: self];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue