Consider application as "busy" when a modal dialog is currently showing.
This commit is contained in:
parent
7966cc17aa
commit
e9ee5cfce4
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user