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:
parent
86b17ef4fb
commit
7f4176e259
31 changed files with 233 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue