Updated for change in NSView ivars

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-01-10 02:04:25 +00:00
parent 0a6a692734
commit 475b802dee
16 changed files with 169 additions and 164 deletions

View file

@ -80,7 +80,7 @@
*/
- (void) drawRect: (NSRect)rect
{
NSRect aRect = bounds;
NSRect aRect = _bounds;
if (NSIntersectsRect(aRect, rect) == NO)
return;