mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 12:12:47 +02:00
Qt5, Qt6: fixed QtWA_TransparentForMouseEvents, now HTTRANSPARENT works for both widgetsets. issue #41295
This commit is contained in:
parent
f32dc951cc
commit
e541ae2dc8
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user