mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 09:39:26 +02:00
Qt: revert r34171 #7571057b7d, mac can crash with this enabled under heavy load, let qt think about time of creation of window.
git-svn-id: trunk@34187 -
This commit is contained in:
parent
8d9b107ca7
commit
59c576a21a
@ -158,7 +158,7 @@ begin
|
||||
{$endif}
|
||||
|
||||
// Creates the window
|
||||
{$IFDEF UNIX}
|
||||
{$IFDEF HASX11}
|
||||
if (QtVersionMajor = 4) and (QtVersionMinor >= 6) then
|
||||
QCoreApplication_setAttribute(QtAA_ImmediateWidgetCreation, True);
|
||||
{$ENDIF}
|
||||
@ -201,7 +201,7 @@ begin
|
||||
QtMainWindow.setPopupParent(AForm.PopupMode, PopupParent);
|
||||
end;
|
||||
|
||||
{$IFDEF UNIX}
|
||||
{$IFDEF HASX11}
|
||||
if (QtVersionMajor = 4) and (QtVersionMinor >= 6) then
|
||||
QCoreApplication_setAttribute(QtAA_ImmediateWidgetCreation, False);
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user