mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 17:38:19 +02:00
store result of windows handling back in message
git-svn-id: trunk@8315 -
This commit is contained in:
parent
8ac88cfda0
commit
762e07fd2a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user