mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:19:36 +02:00
Qt5: hint also need framelessWindowHint under wayland, otherwise shows window frame around hint window in some circumstances.
(cherry picked from commit c27ace0107
)
Co-authored-by: zeljan1 <zeljko@holobit.hr>
This commit is contained in:
parent
a5782808b5
commit
84c5168479
@ -18698,7 +18698,7 @@ begin
|
||||
Parent := nil;
|
||||
{$IFDEF HASX11}
|
||||
if IsWayland then
|
||||
Result := QWidget_create(Parent, QtToolTip)
|
||||
Result := QWidget_create(Parent, QtToolTip or QtFramelessWindowHint)
|
||||
else
|
||||
{$ENDIF}
|
||||
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
|
||||
|
Loading…
Reference in New Issue
Block a user