mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 15:38:15 +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}
|
{$IFDEF HASX11}
|
||||||
// make qt interface snappy.
|
// make qt interface snappy.
|
||||||
if Assigned(Application) and not Application.Terminated then
|
if Assigned(Application) and not Application.Terminated then
|
||||||
QCoreApplication_processEvents(QEventLoopExcludeUserInputEvents);
|
QCoreApplication_processEvents(QEventLoopAllEvents);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user