mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 19:20:30 +02:00
carbon: don't allow carbonedit to handle linefeed character
git-svn-id: trunk@24701 -
This commit is contained in:
parent
49948f42f1
commit
df5378e151
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user