JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Implemented caching of components to an CGImageContext

Open beschulz opened this issue 5 years ago • 0 comments

so that we can our own dirtyRect to determine what needs to be repainted without worrying if the NSBackingStore of the NSView gets discarded by the OS.

This is off by default and needs to be enabled via the JUCE_ENABLE_IOS_REPAINT_CACHE option for the juce_gui_basics_module.

See https://forum.juce.com/t/solved-repaint-ignores-opacity-and-repaints-parent-component/33711/19

beschulz avatar Aug 12 '19 07:08 beschulz