diff --git a/build/macosx/platform_specific_code/juce_mac_FileChooser.mm b/build/macosx/platform_specific_code/juce_mac_FileChooser.mm index 1a33813b7c..bac4c81375 100644 --- a/build/macosx/platform_specific_code/juce_mac_FileChooser.mm +++ b/build/macosx/platform_specific_code/juce_mac_FileChooser.mm @@ -148,6 +148,8 @@ void FileChooser::showPlatformDialog (OwnedArray& results, } } } + + [panel setDelegate: nil]; } END_JUCE_NAMESPACE