mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Correct images used for H/V orientation of the dimple.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28570 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1aa8213925
commit
3300a0b948
1 changed files with 2 additions and 2 deletions
|
@ -352,12 +352,12 @@
|
|||
if (horizontal)
|
||||
{
|
||||
[self setName: GSScrollerHorizontalKnob forElement: cell temporary: YES];
|
||||
[cell setImage: [NSImage imageNamed: @"common_Dimple"]];
|
||||
[cell setImage: [NSImage imageNamed: @"common_DimpleHoriz"]];
|
||||
}
|
||||
else
|
||||
{
|
||||
[self setName: GSScrollerVerticalKnob forElement: cell temporary: YES];
|
||||
[cell setImage: [NSImage imageNamed: @"common_DimpleHoriz"]];
|
||||
[cell setImage: [NSImage imageNamed: @"common_Dimple"]];
|
||||
|
||||
}
|
||||
RELEASE(cell);
|
||||
|
|
Loading…
Reference in a new issue