Fixed updating scrollers when the frame of the displayed view changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8862 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-28 21:53:53 +00:00
parent 7b6653631f
commit 5e60fd57fd

View file

@ -391,6 +391,8 @@
*/
[self setNeedsDisplay: YES];
}
[_super_view reflectScrolledClipView: self];
}
- (void) scaleUnitSquareToSize: (NSSize)newUnitSize