mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 02:29:26 +02:00
restore occasionally deleted line of code
git-svn-id: trunk@13850 -
This commit is contained in:
parent
0966193cf6
commit
3755b7e54a
@ -1956,7 +1956,7 @@ Begin
|
||||
if csDesigning in Sender.ComponentState then begin
|
||||
Result:=true;
|
||||
case TheMessage.Msg of
|
||||
LM_PAINT,
|
||||
LM_PAINT: Result := PaintControl(Sender, TLMPaint(TheMessage));
|
||||
CN_KEYDOWN: KeyDown(Sender,TLMKey(TheMessage));
|
||||
CN_KEYUP: KeyUP(Sender,TLMKey(TheMessage));
|
||||
LM_LBUTTONDOWN,
|
||||
|
Loading…
Reference in New Issue
Block a user