mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 12:01:55 +00:00
Merge from trunk revision 23590
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/themes@23591 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
595ed4ccf8
commit
c0cd9f7e52
1 changed files with 2 additions and 2 deletions
|
@ -951,11 +951,11 @@ static float scrollerWidth;
|
|||
break;
|
||||
|
||||
case NSBezelBorder:
|
||||
[[GSTheme theme] drawGrayBezel: _bounds : rect];
|
||||
[[GSTheme theme] drawGrayBezel: _bounds withClip: rect];
|
||||
break;
|
||||
|
||||
case NSGrooveBorder:
|
||||
[[GSTheme theme] drawGroove: _bounds : rect];
|
||||
[[GSTheme theme] drawGroove: _bounds withClip: rect];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue