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

This commit is contained in:
zeljan1 2024-12-28 19:43:49 +01:00
parent f32dc951cc
commit e541ae2dc8
2 changed files with 2 additions and 2 deletions

View File

@ -18581,7 +18581,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

@ -18602,7 +18602,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}