Qt5: bypass window manager for hint windows, fixes raising of hint window in system tray on some window managers eg xfwm4.

This commit is contained in:
zeljan1 2025-01-23 17:25:44 +01:00
parent f84357df08
commit 38292ecb71

View File

@ -18629,7 +18629,7 @@ begin
Result := QWidget_create(Parent, QtToolTip or QtFramelessWindowHint)
else
{$ENDIF}
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint {$IFDEF HASX11}or QtBypassWindowManagerHint{$ENDIF});
FDeleteLater := True;
FMenuBar := nil;
{$IFDEF UNIX}