mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 06:40:36 +02:00
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:
parent
b0d14016eb
commit
38ed7a6e02
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user