Re: [Lazarus] LCLMessageGlue.pas, typo in debug output?

2018-03-10 Thread Mattias Gaertner via Lazarus
On Fri, 9 Mar 2018 10:17:24 +0100
Lubos Pintes via Lazarus  wrote:

> Hello,
> Just noticed in LCLMessageGlue.pas on line 98:
> and (TLMessage(AMessage).Msg < CN_KEYDOWN )
> maybe there could be <> like on other lines in that IFDEF?
> Not sure, just noticed little asymmetry.

It's merely debugging code. I changed it so you can hunt your bug.
Keep in mind it can change any time.

Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] LCLMessageGlue.pas, typo in debug output?

2018-03-09 Thread Lubos Pintes via Lazarus

Hello,
Just noticed in LCLMessageGlue.pas on line 98:
and (TLMessage(AMessage).Msg < CN_KEYDOWN )
maybe there could be <> like on other lines in that IFDEF?
Not sure, just noticed little asymmetry.

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus