mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 19:41:08 +02:00
carbon: fix comment
git-svn-id: trunk@26645 -
This commit is contained in:
parent
39aa93d9cf
commit
5c9d0e55da
@ -361,9 +361,9 @@ begin
|
|||||||
Msg.Pos.Y := P.v;
|
Msg.Pos.Y := P.v;
|
||||||
|
|
||||||
if DeliverMessage(AWidget.LCLObject, Msg) <> 0 then
|
if DeliverMessage(AWidget.LCLObject, Msg) <> 0 then
|
||||||
Result := noErr
|
Result := noErr // do not propagate
|
||||||
else
|
else
|
||||||
Result := CallNextEventHandler(ANextHandler, AEvent); // do not propagate
|
Result := CallNextEventHandler(ANextHandler, AEvent);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user