diff --git a/AppKit/CPShadow.j b/AppKit/CPShadow.j index 328b35cf6..2246dbf58 100644 --- a/AppKit/CPShadow.j +++ b/AppKit/CPShadow.j @@ -63,8 +63,11 @@ return self; } +- (void)set { + var context = [[CPGraphicsContext currentContext] graphicsPort]; + CGContextSetShadowWithColor(context, _offset, _blurRadius, _color); } /*!