mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
AUv2 plugins on Arm that are hosted out-of-process (e.g. in Logic 10.7) can sometimes crash due to endlessly recursing through becomeKeyWindow. This tends to happen when displaying a secondary window in a plugin, e.g. an AlertWindow, then clicking on a secondary app, then clicking back on the AlertWindow. To avoid this case, we check that the peer isn't already key before calling makeKeyWindow. Unfortunately, we can't use isKeyWindow to avoid the recursion because this may not return true until after becomeKeyWindow has returned. |
||
|---|---|---|
| .. | ||
| 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 | ||