Qt5, Qt6: fixed QtWA_TransparentForMouseEvents, now HTTRANSPARENT works for both widgetsets. issue #41295

(cherry picked from commit e541ae2dc8)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
This commit is contained in:
Željan Rikalo 2024-12-28 18:53:30 +00:00 committed by Željan Rikalo
parent b0d14016eb
commit 38ed7a6e02
2 changed files with 2 additions and 2 deletions

View File

@ -18580,7 +18580,7 @@ begin
Parent := QApplication_activeModalWidget
else
Parent := nil;
Result := QWidget_create(Parent, QtToolTip);
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
FDeleteLater := True;
FMenuBar := nil;
{$IFDEF QTSCROLLABLEFORMS}

View File

@ -18601,7 +18601,7 @@ begin
Parent := QApplication_activeModalWidget
else
Parent := nil;
Result := QWidget_create(Parent, QtToolTip);
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
FDeleteLater := True;
FMenuBar := nil;
{$IFDEF QTSCROLLABLEFORMS}