git-svn-id: trunk@42084 -
This commit is contained in:
mattias 2013-07-14 06:36:50 +00:00
parent 094b0b1351
commit 5c16922af0
2 changed files with 0 additions and 13 deletions

View File

@ -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;

View File

@ -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;