Correction for previous commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31664 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2010-11-26 21:41:19 +00:00
parent a6f4c7d516
commit d293aa7273
2 changed files with 5 additions and 2 deletions

View file

@ -954,6 +954,9 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
inView: (NSView *)view inView: (NSView *)view
isHorizontal: (BOOL)horizontal isHorizontal: (BOOL)horizontal
itemCells: (NSArray *)itemCells; itemCells: (NSArray *)itemCells;
- (void) drawScrollViewRect: (NSRect)rect
inView: (NSView *)view;
@end @end
/** /**

View file

@ -1216,8 +1216,8 @@ static float scrollerWidth;
- (void) drawRect: (NSRect)rect - (void) drawRect: (NSRect)rect
{ {
[self drawScrollViewRect: rect [[GSTheme theme] drawScrollViewRect: rect
inView: self]; inView: self];
} }
- (NSRect) documentVisibleRect - (NSRect) documentVisibleRect