mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:00:26 +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}
|
||||
{$DEFINE QTSCROLLABLEFORMS}
|
||||
{Qt must use native event loop at least under MacOSX cocoa 64}
|
||||
{$IFNDEF HASX11}
|
||||
{$DEFINE QtUseNativeEventLoop}
|
||||
{$ENDIF}
|
||||
{$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