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:
parent
9eb5e38cae
commit
04c28eaa3b
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue