Use native file dialog again. Readme.

This commit is contained in:
xenakios
2018-03-21 13:48:01 +02:00
parent 6b09d11d49
commit a45136e818
2 changed files with 3 additions and 1 deletions

View File

@ -389,7 +389,7 @@ void PaulstretchpluginAudioProcessorEditor::chooseFile()
String filterstring = processor.m_afm->getWildcardForAllFormats();
FileChooser myChooser("Please select audio file...",
initialloc,
filterstring,false);
filterstring,true);
if (myChooser.browseForFileToOpen())
{
File resu = myChooser.getResult();