1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

use CTGradient fill function

This commit is contained in:
Mitchell Livingston 2007-12-12 15:18:16 +00:00
parent cf4f43f090
commit 566ec81269

View file

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