bug fixes by Baldur

This commit is contained in:
ocoursiere
2003-06-18 19:03:03 +00:00
parent e13e60e6a7
commit eb7fc19587
2 changed files with 17 additions and 4 deletions

View File

@@ -383,6 +383,7 @@ end;
procedure TTextView.KeyDown(bytes : PChar; numBytes : integer);
begin
//writeln('keydown textview');
//BTextView_KeyDown(CPlusObject, bytes, numBytes);
end;