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:
parent
ff758a53b4
commit
f647c54b74
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ FileChooserDialogBox::FileChooserDialogBox (const String& name,
|
|||
|
||||
if (parentComp != nullptr)
|
||||
parentComp->addAndMakeVisible (this);
|
||||
else
|
||||
setAlwaysOnTop (juce_areThereAnyAlwaysOnTopWindows());
|
||||
}
|
||||
|
||||
FileChooserDialogBox::~FileChooserDialogBox()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue