mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
(drawKnobSlot): Always draw background. Even if there's no room
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18342 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5cb7b4b8dc
commit
0839ec5546
1 changed files with 0 additions and 3 deletions
|
@ -834,9 +834,6 @@ static NSColor *scrollBarColor = nil;
|
|||
rect = [self rectForPart: NSScrollerKnobSlot];
|
||||
}
|
||||
|
||||
if ((_usableParts == NSOnlyScrollerArrows) || (_usableParts == NSNoScrollerParts))
|
||||
[[_window backgroundColor] set];
|
||||
else
|
||||
[scrollBarColor set];
|
||||
NSRectFill (rect);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue