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