Qt6: do not activate THintWindow on show.

This commit is contained in:
zeljan1 2025-01-02 15:21:08 +01:00
parent c8df21aee3
commit ae5e5d4d6e

View File

@ -18605,6 +18605,9 @@ begin
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
FDeleteLater := True;
FMenuBar := nil;
{$IFDEF DARWIN}
QWidget_setAttribute(Result, QtWA_ShowWithoutActivating);
{$ENDIF}
{$IFDEF QTSCROLLABLEFORMS}
ScrollArea := nil;
{$ENDIF}