mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
4b57864928
commit
03ef6c2fb5
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
@ -1216,8 +1216,8 @@ static float scrollerWidth;
|
|||
|
||||
- (void) drawRect: (NSRect)rect
|
||||
{
|
||||
[self drawScrollViewRect: rect
|
||||
inView: self];
|
||||
[[GSTheme theme] drawScrollViewRect: rect
|
||||
inView: self];
|
||||
}
|
||||
|
||||
- (NSRect) documentVisibleRect
|
||||
|
|
Loading…
Reference in a new issue