1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

CoreGraphics alpha-channel clipping fix.

This commit is contained in:
Julian Storer 2011-01-12 10:20:27 +00:00
parent b0ba2f7388
commit 88ca4b9901
3 changed files with 15 additions and 10 deletions

View file

@ -277,6 +277,7 @@ public:
applyTransform (t.inverted());
flip();
CGContextFlush (context);
CGImageRelease (image);
lastClipRectIsValid = false;
}