mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 01:21:05 +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
a6f4c7d516
commit
d293aa7273
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue