mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 10:00:34 +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
|
Parent := QApplication_activeModalWidget
|
||||||
else
|
else
|
||||||
Parent := nil;
|
Parent := nil;
|
||||||
Result := QWidget_create(Parent, QtToolTip);
|
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
|
||||||
FDeleteLater := True;
|
FDeleteLater := True;
|
||||||
FMenuBar := nil;
|
FMenuBar := nil;
|
||||||
{$IFDEF QTSCROLLABLEFORMS}
|
{$IFDEF QTSCROLLABLEFORMS}
|
||||||
|
@ -18602,7 +18602,7 @@ begin
|
|||||||
Parent := QApplication_activeModalWidget
|
Parent := QApplication_activeModalWidget
|
||||||
else
|
else
|
||||||
Parent := nil;
|
Parent := nil;
|
||||||
Result := QWidget_create(Parent, QtToolTip);
|
Result := QWidget_create(Parent, QtTool or QtFramelessWindowHint);
|
||||||
FDeleteLater := True;
|
FDeleteLater := True;
|
||||||
FMenuBar := nil;
|
FMenuBar := nil;
|
||||||
{$IFDEF QTSCROLLABLEFORMS}
|
{$IFDEF QTSCROLLABLEFORMS}
|
||||||
|
Loading…
Reference in New Issue
Block a user