mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Correct the only use of the method that Hans Baier renamed :-)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
73a9ff2af5
commit
420648751a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-09-16 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSToolbarView.m (-drawRect:): Also correct the only use
|
||||
of this method.
|
||||
|
||||
2009-09-16 Hans Baier <hansfbaier@googlemail.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSTheme.h,
|
||||
|
|
|
@ -431,7 +431,7 @@ static void initSystemExtensionsColors(void)
|
|||
|
||||
- (void) drawRect: (NSRect)aRect
|
||||
{
|
||||
[[GSTheme theme] drawToobarRect: aRect
|
||||
[[GSTheme theme] drawToolbarRect: aRect
|
||||
frame: [self frame]
|
||||
borderMask: _borderMask];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue