Qt: set result to true when we loose our LCLObject inside eventfilter, so we stop event propagation and possible AV.

git-svn-id: trunk@21642 -
This commit is contained in:
zeljko 2009-09-10 06:44:38 +00:00
parent 3c12d6c41b
commit 1c90131396

View File

@ -1868,7 +1868,10 @@ begin
(QEvent_type(Event) = QEventMouseMove) or
(QEvent_type(Event) = QEventKeyPress) or
(QEvent_type(Event) = QEventKeyRelease)) then
begin
Result := True;
BeginEventProcessing;
end;
{$ENDIF}
EndEventProcessing;