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:
Gregory John Casamento 2010-11-26 21:41:19 +00:00
parent 4b57864928
commit 03ef6c2fb5
2 changed files with 5 additions and 2 deletions

View file

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

View file

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