1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Added a missing #if JUCE_MODAL_LOOPS_PERMITTED guard to FileChooser modal methods

This commit is contained in:
ed 2021-02-05 12:32:37 +00:00
parent 9eb5e38cae
commit 04c28eaa3b

View file

@ -125,6 +125,7 @@ public:
~FileChooser();
//==============================================================================
#if JUCE_MODAL_LOOPS_PERMITTED
/** Shows a dialog box to choose a file to open.
This will display the dialog box modally, using an "open file" mode, so that
@ -180,6 +181,7 @@ public:
browseForFileToOpen() for more info about the behaviour of this method.
*/
bool browseForMultipleFilesOrDirectories (FilePreviewComponent* previewComponent = nullptr);
#endif
//==============================================================================
/** Runs a dialog box for the given set of option flags.