My desktop scale is 200%
If I set a component to setBufferedToImage
to true
it will cause an assertion in juce_RenderingHelpers.h
in line 2203
The component is not opaque, that’s why replaceContents
is not set. Shouldn’t this work?
Edit: when running in release mode (so the assertions don’t do anything) everything seems to be working fine. Maybe the assertions are no longer necessary?