mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 15:11:00 +00:00
Synchronised with trunk at revision 23586
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/themes@23587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7955334e4d
commit
a50e814e6d
66 changed files with 3847 additions and 1439 deletions
|
@ -40,7 +40,7 @@
|
|||
#include "AppKit/NSTableView.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/PSOperators.h"
|
||||
#include "GNUstepGUI/GSDrawFunctions.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
|
||||
//
|
||||
// For nib compatibility, this is used to properly
|
||||
|
@ -951,11 +951,11 @@ static float scrollerWidth;
|
|||
break;
|
||||
|
||||
case NSBezelBorder:
|
||||
[GSDrawFunctions drawGrayBezel: _bounds : rect];
|
||||
[[GSTheme theme] drawGrayBezel: _bounds : rect];
|
||||
break;
|
||||
|
||||
case NSGrooveBorder:
|
||||
[GSDrawFunctions drawGroove: _bounds : rect];
|
||||
[[GSTheme theme] drawGroove: _bounds : rect];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue