mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 05:01:11 +00:00
Add cheange missed from last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23590 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bf3cdc94e
commit
d3238ba31b
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…
Reference in a new issue