Misc bugfixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3758 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-02-19 20:31:07 +00:00
parent a57f809bd6
commit 33fd342d55
9 changed files with 50 additions and 79 deletions

View file

@ -5,6 +5,8 @@
Author: Ovidiu Predescu <ovidiu@net-community.com>
Date: July 1997
Author: Richard Frith-Macdonald <richard@brainstorm.co.uk>
Date: January 1999
This file is part of the GNUstep GUI Library.
@ -184,7 +186,7 @@
[_documentView setNeedsDisplayInRect:
[self convertRect: newBounds toView: _documentView]];
}
[super_view reflectScrolledClipView:self];
[super_view reflectScrolledClipView: self];
}
- (NSPoint) constrainScrollPoint: (NSPoint)proposedNewOrigin