mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +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
6e474ee7fb
commit
2733fd5810
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…
Add table
Add a link
Reference in a new issue