carbon: don't allow carbonedit to handle linefeed character

git-svn-id: trunk@24701 -
This commit is contained in:
dmitry 2010-04-18 17:43:56 +00:00
parent 49948f42f1
commit df5378e151

View File

@ -779,7 +779,8 @@ const
LCLCharToMacEvent(Char(CharMsg.CharCode));
Result:=CallNextEventHandler(ANextHandler, AEvent);
if Result<>noErr then
Result:=CallNextEventHandler(ANextHandler, AEvent);
//Send a LM_(SYS)CHAR
if IsSysKey then