mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
This fixes some issues with Izotope Ozone 9: - Resizing would stutter, and could leave the view in an inconsistent state. - Closing and reopening the view after resizing would display black bars around the editor view. The root of the problem was that the call to Component::setSize() inside the resizeView call checked whether the plugin supported resizing. If not, it would force the embedded view back to the current size. This behaviour is incorrect - if the plugin requests a resize via resizeView, the new size should be applied whether or not the plugin "supports resizing". |
||
|---|---|---|
| .. | ||
| format | ||
| format_types | ||
| processors | ||
| scanning | ||
| utilities | ||
| juce_audio_processors.cpp | ||
| juce_audio_processors.h | ||
| juce_audio_processors.mm | ||