Workaround a bug in Juce/MacOS file dialog stuff. Show error messages in GUI.

This commit is contained in:
xenakios
2017-12-15 06:17:11 +02:00
parent dd9b7f3be3
commit 45dccb830d
4 changed files with 18 additions and 6 deletions

View File

@ -330,7 +330,7 @@ private:
Label m_info_label;
SpectralChainEditor m_spec_order_ed;
void chooseFile();
String m_last_err;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessorEditor)
};