mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-20 22:48:15 +02:00
Qt5: disable QtUseNativeEventLoop by default, issue #40206
This commit is contained in:
parent
0f4347b03f
commit
471c1d64d4
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user