store result of windows handling back in message

git-svn-id: trunk@8315 -
This commit is contained in:
micha 2005-12-14 13:51:20 +00:00
parent 8ac88cfda0
commit 762e07fd2a

View File

@ -287,7 +287,7 @@ begin
else
if TLMessage(Message).Msg >= WM_USER then
with TLMessage(Message) do
CallDefaultWindowProc(Handle, Msg, WParam, LParam);
Result := CallDefaultWindowProc(Handle, Msg, WParam, LParam);
{$endif}
end;
end;