mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 17:59:22 +02:00
Qt: allow TQtStaticText mouse signals. fixes #16126
git-svn-id: trunk@24242 -
This commit is contained in:
parent
84357bd226
commit
cfbe8408b6
@ -4715,6 +4715,7 @@ begin
|
|||||||
else
|
else
|
||||||
Parent := nil;
|
Parent := nil;
|
||||||
Result := QLabel_create(Parent);
|
Result := QLabel_create(Parent);
|
||||||
|
QWidget_setAttribute(Result, QtWA_NoMousePropagation);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TQtStaticText.CanPaintBackground: Boolean;
|
function TQtStaticText.CanPaintBackground: Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user