diff --git a/AppKit/CPImage.j b/AppKit/CPImage.j index 674bb1d04..e735673a4 100644 --- a/AppKit/CPImage.j +++ b/AppKit/CPImage.j @@ -275,7 +275,7 @@ function CPAppKitImage(aFilename, aSize) */ - (CGSize)size { - return _size; + return CGSizeMakeCopy(_size); } + (id)imageNamed:(CPString)aName