BR: setBufferedToImage causes assertion with JUCE8 on Windows

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?

I believe this issue should be resolved on the newest juce8 branch. Please try it out and let us know if you’re still seeing problems.

1 Like

No more assertions. Thank you :smiley:

1 Like