mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
6e787578cc
commit
5a7de180ed
1 changed files with 3 additions and 0 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue