mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +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
2ca663467a
commit
528eb702bd
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…
Add table
Add a link
Reference in a new issue