Trying to fix a problem with the file import dialog. The dialog is not actually modal, so it's possible to close the plugin GUI or delete the plugin while the dialog is still open. No complete fix yet and the dialog opened by launchAsync has the ancient GUI style on Windows...Big SIGH.
This commit is contained in:
@ -241,6 +241,7 @@ public:
|
||||
bool m_save_captured_audio = true;
|
||||
String m_capture_location;
|
||||
bool m_midinote_control = false;
|
||||
std::function<void(const FileChooser&)> m_filechoose_callback;
|
||||
private:
|
||||
bool m_prebuffering_inited = false;
|
||||
AudioBuffer<float> m_recbuffer;
|
||||
|
Reference in New Issue
Block a user