Browse Source

FileChooserDialogBox: Ensure filechoosers open in front of other windows

tags/2021-05-28
reuk 5 years ago
parent
commit
f647c54b74
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.cpp

+ 2
- 0
modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.cpp View File

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


Loading…
Cancel
Save