Merge branch 'master' of github.com:corrados/jamulus

This commit is contained in:
Volker Fischer 2020-06-21 07:23:37 +02:00
commit e705dfaed9

View File

@ -762,5 +762,11 @@ void CServerDlg::changeEvent ( QEvent* pEvent )
// the timer for this purpose
QTimer::singleShot ( 0, this, SLOT ( hide() ) );
}
else
{
// we have to call the show function from another thread -> use
// the timer for this purpose
QTimer::singleShot ( 0, this, SLOT ( show() ) );
}
}
}