Qt: use QEventLoopAllEvents instead of QEventLoopExcludeUserInputEvents after TQtMessageBox finished.

git-svn-id: trunk@54139 -
This commit is contained in:
zeljko 2017-02-12 12:30:15 +00:00
parent 93f2a9f8fd
commit 5d40943854

View File

@ -19841,7 +19841,7 @@ begin
{$IFDEF HASX11}
// make qt interface snappy.
if Assigned(Application) and not Application.Terminated then
QCoreApplication_processEvents(QEventLoopExcludeUserInputEvents);
QCoreApplication_processEvents(QEventLoopAllEvents);
{$ENDIF}
end;