mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 18:20:00 +02:00
Qt6: do not activate THintWindow on show.
(cherry picked from commit ae5e5d4d6e
)
Co-authored-by: zeljan1 <zeljko@holobit.hr>
This commit is contained in:
parent
034d21068b
commit
f7bc18cc51
@ -18604,6 +18604,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