Consider application as "busy" when a modal dialog is currently showing.

This commit is contained in:
LoRd_MuldeR 2014-05-19 17:44:41 +02:00
parent 7966cc17aa
commit e9ee5cfce4

View File

@ -115,7 +115,7 @@ while(0)
#define ABORT_IF_BUSY do \
{ \
if(BANNER_VISIBLE || m_delayedFileTimer->isActive()) \
if(BANNER_VISIBLE || m_delayedFileTimer->isActive() || (QApplication::activeModalWidget() != NULL)) \
{ \
lamexp_beep(lamexp_beep_warning); \
return; \