git-svn-id: trunk@19841 -
@@ -183,7 +183,7 @@ var
DrawCurPos(true);
ClearEvent(Event);
end;
-
+
begin
case Event.What of
evMouseDown :
@@ -249,7 +249,7 @@ begin
if (Event.what=evCommand) and
(Event.Command = AsciiTableCommandBase) then
- AsciiChar:=Event.InfoLong;
+ AsciiChar:=PtrInt(Event.InfoPtr);
Draw;
end