mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 13:39:30 +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
|
||||
Parent := nil;
|
||||
Result := QLabel_create(Parent);
|
||||
QWidget_setAttribute(Result, QtWA_NoMousePropagation);
|
||||
end;
|
||||
|
||||
function TQtStaticText.CanPaintBackground: Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user