This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
tags/2021-05-28
jules
17 years ago
parent
e2cb4fb05e
commit
d154518cef
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
build/macosx/platform_specific_code/juce_mac_FileChooser.mm
+ 2
- 0
build/macosx/platform_specific_code/juce_mac_FileChooser.mm
View File
@@ -148,6 +148,8 @@ void FileChooser::showPlatformDialog (OwnedArray<File>& results,
}
}
}
[panel setDelegate: nil];
}
END_JUCE_NAMESPACE
Write
Preview
Loading…
Cancel
Save