flip advanced bar overlay

This commit is contained in:
Mitchell Livingston 2007-08-16 03:12:58 +00:00
parent 02d0203a23
commit 7a96fcbb7f
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
if (!fTransparentGradient)
fTransparentGradient = [[CTGradient progressTransparentGradient] retain];
[fTransparentGradient fillRect: barRect angle: 90];
[fTransparentGradient fillRect: barRect angle: -90];
[fBarOverlayColor set];
[NSBezierPath strokeRect: NSInsetRect(barRect, 0.5, 0.5)];