mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +02:00
Qt5,Qt6: fixed hintwindow grab focus with xfce window manager.
This commit is contained in:
parent
54e4530082
commit
be473cfce5
@ -18632,6 +18632,9 @@ begin
|
||||
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
|
||||
FDeleteLater := True;
|
||||
FMenuBar := nil;
|
||||
{$IFDEF UNIX}
|
||||
QWidget_setAttribute(Result, QtWA_ShowWithoutActivating);
|
||||
{$ENDIF}
|
||||
{$IFDEF QTSCROLLABLEFORMS}
|
||||
ScrollArea := nil;
|
||||
{$ENDIF}
|
||||
|
@ -18532,7 +18532,7 @@ begin
|
||||
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
|
||||
FDeleteLater := True;
|
||||
FMenuBar := nil;
|
||||
{$IFDEF DARWIN}
|
||||
{$IFDEF UNIX}
|
||||
QWidget_setAttribute(Result, QtWA_ShowWithoutActivating);
|
||||
{$ENDIF}
|
||||
{$IFDEF QTSCROLLABLEFORMS}
|
||||
|
Loading…
Reference in New Issue
Block a user