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:
parent
b0ba2f7388
commit
88ca4b9901
3 changed files with 15 additions and 10 deletions
|
|
@ -277,6 +277,7 @@ public:
|
|||
applyTransform (t.inverted());
|
||||
flip();
|
||||
|
||||
CGContextFlush (context);
|
||||
CGImageRelease (image);
|
||||
lastClipRectIsValid = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue