I’ve encountered a visual bug while building my JUCE plugin with CMake on FL Studio, Windows 11. Whenever I click the “Detach” option on plugin, the plugin window temporarily turns invisible (but the outside wrapper didn’t change) and then render what’s underneath the plugin before (like my mixer channels even when the background is now the playlist) for a split second. I’ve searched across the web but couldn’t find any reports similar to this bug. It doesn’t affect the functionally of the plugin but I want it to be perfect.
I noticed that some other plugins from companies like Izotope, will render a fully opaque black background when it’s being detached/re-attached. If this can fix my problem, how do I implement this?
