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

FileChooserDialogBox: Ensure filechoosers open in front of other windows

This commit is contained in:
reuk 2021-01-21 11:54:59 +00:00
parent ff758a53b4
commit f647c54b74
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -114,6 +114,8 @@ FileChooserDialogBox::FileChooserDialogBox (const String& name,
if (parentComp != nullptr)
parentComp->addAndMakeVisible (this);
else
setAlwaysOnTop (juce_areThereAnyAlwaysOnTopWindows());
}
FileChooserDialogBox::~FileChooserDialogBox()