Regain focus after file dialog

This commit is contained in:
xenakios 2018-12-15 20:17:15 +02:00
parent bcf05cb8c2
commit 6a9f9cb1e9

View File

@ -548,6 +548,7 @@ void PaulstretchpluginAudioProcessorEditor::chooseFile()
m_last_err = processor.setAudioFile(resu);
}
processor.setAudioPreview(nullptr);
toFront(true);
}
void PaulstretchpluginAudioProcessorEditor::showSettingsMenu()