mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
FileChooserDialogBox: Fix documentation bug
This commit is contained in:
parent
6de9927347
commit
ef4b5957ec
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ namespace juce
|
|||
dialogBox->centreWithDefaultSize (nullptr);
|
||||
dialogBox->enterModalState (true,
|
||||
ModalCallbackFunction::create (onFileSelected),
|
||||
true);
|
||||
false);
|
||||
}
|
||||
@endcode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue