Qt: allow TQtStaticText mouse signals. fixes #16126

git-svn-id: trunk@24242 -
This commit is contained in:
zeljko 2010-03-27 11:21:44 +00:00
parent 84357bd226
commit cfbe8408b6

View File

@ -4715,6 +4715,7 @@ begin
else
Parent := nil;
Result := QLabel_create(Parent);
QWidget_setAttribute(Result, QtWA_NoMousePropagation);
end;
function TQtStaticText.CanPaintBackground: Boolean;