diff --git a/AppKit/CoreGraphics/CGContextCanvas.j b/AppKit/CoreGraphics/CGContextCanvas.j index d7ad4bb99..1e123a6bf 100644 --- a/AppKit/CoreGraphics/CGContextCanvas.j +++ b/AppKit/CoreGraphics/CGContextCanvas.j @@ -239,7 +239,7 @@ function CGContextSetAlpha(aContext, anAlpha) } function CGContextSetFillColor(aContext, aColor) -{ +{ aContext.fillStyle = [aColor cssString]; }