mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:11:59 +02:00
Qt5,Qt6: fixed hintwindow grab focus with xfce window manager.
(cherry picked from commit be473cfce5
)
Co-authored-by: zeljan1 <zeljko@holobit.hr>
This commit is contained in:
parent
71e4198b4e
commit
f0ac13f7c6
@ -18704,6 +18704,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}
|
||||
|
@ -18604,7 +18604,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