mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 17:20:55 +02:00
MG: reduced output
git-svn-id: trunk@1074 -
This commit is contained in:
parent
e7575ea85f
commit
76cf856886
@ -1868,7 +1868,6 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
Procedure TWinControl.WMKeyDown(Var Message : TLMKeyDown);
|
||||
Begin
|
||||
writeln('EEE1 ',Name,':',ClassName);
|
||||
Assert(False, Format('Trace:[TWinControl.WMKeyDown] %s', [ClassName]));
|
||||
if not DoKeyDown(Message) then {inherited} ; // there is nothing to inherit
|
||||
end;
|
||||
@ -2289,6 +2288,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.71 2002/05/28 15:05:59 lazarus
|
||||
MG: reduced output
|
||||
|
||||
Revision 1.70 2002/05/28 14:58:30 lazarus
|
||||
MG: added scrollbars for TListView
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user