use CTGradient fill function

This commit is contained in:
Mitchell Livingston 2007-12-12 15:18:16 +00:00
parent cf4f43f090
commit 566ec81269
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
- (void) drawRect: (NSRect) rect
{
if (fShow)
[fGradient drawInRect: rect angle: 90];
[fGradient fillRect: rect angle: 90];
}
@end