Fill in drawing some tiny space which was unfilled

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5532 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-16 03:15:41 +00:00
parent 6e787578cc
commit 5a7de180ed

View file

@ -648,6 +648,9 @@ static const float buttonsWidth = 16;
NSDebugLog (@"NSScroller drawRect: ((%f, %f), (%f, %f))",
rect.origin.x, rect.origin.y, rect.size.width, rect.size.height);
[[window backgroundColor] set];
NSRectFill (frame);
[self drawKnobSlot];
[self drawKnob];