mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 19:02:31 +02:00
clean up
git-svn-id: trunk@42084 -
This commit is contained in:
parent
094b0b1351
commit
5c16922af0
@ -2203,12 +2203,6 @@ var
|
||||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
{debugln('KeyActivatedAccelerator call TControl.DialogChar');
|
||||
if TControl(AComponent).DialogChar(Msg.CharCode) then begin
|
||||
debugln('KeyActivatedAccelerator C handled by LCL');
|
||||
StopKeyEvent;
|
||||
Result:=true;
|
||||
end;}
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
@ -2122,13 +2122,6 @@ var
|
||||
if Result then exit;
|
||||
end;
|
||||
end;
|
||||
|
||||
{debugln('KeyActivatedAccelerator call TControl.DialogChar');
|
||||
if TControl(AComponent).DialogChar(Msg.CharCode) then begin
|
||||
debugln('KeyActivatedAccelerator C handled by LCL');
|
||||
StopKeyEvent;
|
||||
Result:=true;
|
||||
end;}
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user