OK, it's not going to work...

This commit is contained in:
xenakios
2018-03-03 22:32:44 +02:00
parent 47bf763408
commit e5825f52dc
2 changed files with 4 additions and 4 deletions

View File

@ -795,10 +795,10 @@ void PaulstretchpluginAudioProcessor::timerCallback(int id)
{
if (id == 1)
{
if (*getBoolParameter(cpi_import_file)==true)
if (*getBoolParameter(cpi_import_file)==true && m_import_dlg_open == false)
{
m_import_dlg_open = true;
*getBoolParameter(cpi_import_file) = false;
if (m_import_dlg_open == false)
{
callGUI(this, [](PaulstretchpluginAudioProcessorEditor* ed)
{