mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 19:00:59 +02:00
Qt5: must return to lcl event loop for X11 targets.issue #34369
git-svn-id: trunk@59288 -
This commit is contained in:
parent
1fa1c72584
commit
8a6bcba75f
@ -10,7 +10,9 @@
|
|||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$DEFINE QTSCROLLABLEFORMS}
|
{$DEFINE QTSCROLLABLEFORMS}
|
||||||
{Qt must use native event loop at least under MacOSX cocoa 64}
|
{Qt must use native event loop at least under MacOSX cocoa 64}
|
||||||
|
{$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