mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:38:25 +02:00
Qt6: do not activate THintWindow on show.
This commit is contained in:
parent
c8df21aee3
commit
ae5e5d4d6e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user