Qt5: disable QtUseNativeEventLoop by default, issue #40206

This commit is contained in:
Željan Rikalo 2023-05-05 16:38:01 +02:00
parent 0f4347b03f
commit 471c1d64d4

View File

@ -10,10 +10,8 @@
{$ENDIF} {$ENDIF}
{$DEFINE QTSCROLLABLEFORMS} {$DEFINE QTSCROLLABLEFORMS}
{.$DEFINE QTACCESSIBILITY} {.$DEFINE QTACCESSIBILITY}
{Qt must use native event loop at least under MacOSX cocoa 64} {Use QtUseNativeEventLoop with care since it raises problem with dialogs.}
{.$IFNDEF HASX11} {.$DEFINE QtUseNativeEventLoop}
{$DEFINE QtUseNativeEventLoop}
{.$ENDIF}
{$IFDEF DARWIN} {$IFDEF DARWIN}
{enable this define if you have problems when dialogs are shown behind application} {enable this define if you have problems when dialogs are shown behind application}
{.$DEFINE TQTMESSAGEBOXUSEPARENT} {.$DEFINE TQTMESSAGEBOXUSEPARENT}