1
0
Fork 0
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:
reuk 2022-08-23 19:20:06 +01:00
parent 6de9927347
commit ef4b5957ec

View file

@ -60,7 +60,7 @@ namespace juce
dialogBox->centreWithDefaultSize (nullptr);
dialogBox->enterModalState (true,
ModalCallbackFunction::create (onFileSelected),
true);
false);
}
@endcode