mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 05:00:25 +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;
|
||||
|
||||
if DeliverMessage(AWidget.LCLObject, Msg) <> 0 then
|
||||
Result := noErr
|
||||
Result := noErr // do not propagate
|
||||
else
|
||||
Result := CallNextEventHandler(ANextHandler, AEvent); // do not propagate
|
||||
Result := CallNextEventHandler(ANextHandler, AEvent);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user