Remove scroller update in excess

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8614 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-16 12:31:49 +00:00
parent 5c5f8f4732
commit e9791f5e89

View file

@ -657,7 +657,6 @@ static Class rulerViewClass = nil;
[_horizScroller setFrame: horizScrollerRect];
[_vertScroller setFrame: vertScrollerRect];
[_contentView setFrame: contentRect];
[self reflectScrolledClipView: (NSClipView*)_contentView];
}
- (void) drawRect: (NSRect)rect