mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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". |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_utils | ||
| juce_box2d | ||
| juce_core | ||
| juce_cryptography | ||
| juce_data_structures | ||
| juce_dsp | ||
| juce_events | ||
| juce_graphics | ||
| juce_gui_basics | ||
| juce_gui_extra | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||