mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 13:49:30 +02:00
Qt5: disable QtUseNativeEventLoop by default, issue #40206
This commit is contained in:
parent
0f4347b03f
commit
471c1d64d4
@ -10,10 +10,8 @@
|
||||
{$ENDIF}
|
||||
{$DEFINE QTSCROLLABLEFORMS}
|
||||
{.$DEFINE QTACCESSIBILITY}
|
||||
{Qt must use native event loop at least under MacOSX cocoa 64}
|
||||
{.$IFNDEF HASX11}
|
||||
{$DEFINE QtUseNativeEventLoop}
|
||||
{.$ENDIF}
|
||||
{Use QtUseNativeEventLoop with care since it raises problem with dialogs.}
|
||||
{.$DEFINE QtUseNativeEventLoop}
|
||||
{$IFDEF DARWIN}
|
||||
{enable this define if you have problems when dialogs are shown behind application}
|
||||
{.$DEFINE TQTMESSAGEBOXUSEPARENT}
|
||||
|
Loading…
Reference in New Issue
Block a user