carbon: fix comment

git-svn-id: trunk@26645 -
This commit is contained in:
paul 2010-07-14 13:31:58 +00:00
parent 39aa93d9cf
commit 5c9d0e55da

View File

@ -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;
{------------------------------------------------------------------------------