mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
5c5f8f4732
commit
e9791f5e89
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue