mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Linux file chooser fix.
This commit is contained in:
parent
be1d5253ee
commit
9814792a5e
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ void FileChooser::showPlatformDialog (Array<File>& results,
|
|||
args.add ("--filename=" + file.getFileName());
|
||||
}
|
||||
|
||||
args.add ("2>/dev/null");
|
||||
|
||||
ChildProcess child;
|
||||
if (child.start (args))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue