1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix potential crash in Ableton Live when dismissing the plugin window with Esc

The crash could be reproduced with a WebBrowserComponent, but it was not
the root cause of it.
This commit is contained in:
attila 2025-03-24 17:37:37 +01:00 committed by Attila Szarvas
parent 86b17ef4fb
commit 7f4176e259
31 changed files with 233 additions and 0 deletions

View file

@ -190,6 +190,8 @@
#include "native/juce_NativeMessageBox_mac.mm"
#include "native/juce_MainMenu_mac.mm"
#include "native/juce_FileChooser_mac.mm"
#include "detail/juce_ComponentPeerHelpers.h"
#include "detail/juce_ComponentPeerHelpers.cpp"
#endif
#include "native/juce_MouseCursor_mac.mm"