mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 20:38:14 +02:00
Qt: use QEventLoopAllEvents instead of QEventLoopExcludeUserInputEvents after TQtMessageBox finished.
git-svn-id: trunk@54139 -
This commit is contained in:
parent
93f2a9f8fd
commit
5d40943854
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user