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:
parent
cf4f43f090
commit
566ec81269
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
- (void) drawRect: (NSRect) rect
|
||||
{
|
||||
if (fShow)
|
||||
[fGradient drawInRect: rect angle: 90];
|
||||
[fGradient fillRect: rect angle: 90];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue